Update Project
Update a project's name, description, visibility, or mode. Only the fields you provide are changed.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
id
A unique identifier for a project.
Request
This endpoint expects an object.
name
A new name for the project.
description
A new description for the project.
visibility
Update who can see the project.
mode
Update the project mode.
Response
Project updated successfully
id
A unique identifier for a project.
createdAt
The date and time the project was created.
updatedAt
The date and time the project was last updated.
visibility
Who can see the project.
mode
The project mode.
name
The display name of the project.
description
An optional description of the project.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

