Modify Project Metadata
PATCH/org/:orgId/project/:projectId
Manages Project Metadata update. Metadata supported are display name, query name, description and predictive aggregates.
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
projectId stringrequired
The Project ID (UUID) for which you are querying.
- application/json
Body
required
any
Responses
- 200
- 401
- 503
Success.
This error will occur if calling user does not have access right for the API.
This error will occur if Design Center APIs are not enabled.
Loading...