Appearance
Update project.
PATCH
/backend/v1/projects/{project}
Modifies a project, including its name, friendly ID and configuration.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
project*
Required
Request Body
application/json
JSON
{
"config": "string",
"friendlyId": "string",
"name": "string"
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}