v1

latestOpenAPI 3.0.02026-07-24622596.0 KB
Projects

Update the project notepad

put/projects/{project_id}/notepad

Path parameters

project_idstring id required

ID of the Project

Request body

notepadstring required

Example request

{
  "notepad": "An updated description of the project"
}

Response

The project notepad

notepadstring required

Example response

{
  "notepad": "Be sure to let the client know when the work is finished"
}