v1
latestOpenAPI 3.0.02026-08-066924329.8 KBProjects
Update Project
Update the project with the given id.
patch/projects/{id}
Path parameters
idstring required
Request body
Example request
{
"name": "Next Big Software",
"ext_tool_id": "24",
"client_id": "<ULID>",
"ext_client_id": "123",
"color": "#000000",
"active": true,
"acronym": "NBG"
}Response
Project updated successfully
Example response
{
"data": {
"id": "<ULID>",
"name": "Next Big Software",
"ext_tool_id": 24,
"info": "The next big software idea will be awesome.",
"color": "#000000",
"active": true,
"acronym": "NBG",
"image_id": "<ULID>",
"demo_flag": true
}
}