v1
latestOpenAPI 3.0.02026-07-24622596.0 KBProjects
Update the project notepad
put/projects/{project_id}/notepad
Path parameters
project_idstring id required
ID of the Project
Request body
Example request
{
"notepad": "An updated description of the project"
}Response
The project notepad
Example response
{
"notepad": "Be sure to let the client know when the work is finished"
}