latestOpenAPI 3.0.12026-08-16171142480.4 KB
ff1699330afa
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"
}