Projects
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.