Update project

Update a specific project. Please note that only the specified objects are updated, do not forget to specify all values for the passed parameters. Unspecified parameters are calculated without changes.

Parameters


id Please include the ‘projectId’ in your query to specify which project you are referring to. This ID is required to correctly process your request.

Returns


Returns an updated_at: string($date-time) object if a valid identifier was provided.

/rest/v1/projects/your-project-id

Responses

Successful operation

Example
{
    "id": "4b4937ce-2a37-4143-97ef-c689a43e70a8",
    "name": "Projnew",
    "is_public": false,
    "updated_at": "2024-04-26T13:12:24.692852+00:00"
}
Schema

 {
 
"id":	"string",
"name":	"string",
"is_public":	"boolean"
"updated_at": "string",

 }
Was this article helpful to you? Yes No

How can we help?