Update a project
PATCH /api/v2/organizations/{organization}/projects/{project}
PATCH
/api/v2/organizations/{organization}/projects/{project}
Authorizations
Parameters
Path Parameters
organization
required
string
project
required
string
Request Body required
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true name
Project name
string
Test Project machine_name
Project machine name
string
test-project region
Project region
string
au allow_query_params
Allow query parameters
boolean
true disable_revisions
Disable revisions
boolean
basic_auth_username
Basic auth username
string
admin basic_auth_password
Basic auth password
string
secure_password123Responses
200
The request has succeeded.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true name
Project name
string
Test Project machine_name
Project machine name
string
test-project400
The server could not understand the request due to invalid syntax.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true403
Access is forbidden.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true