Project API
Update a project
put/rest/api/v1/projects/{projectId}
Path parameters
projectIdstring uuid required
Request body
Example request
{
"billingRegion": "DU"
}Response
OK
Example response
{
"billingRegion": "DU"
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.