Update Task Note
put
Add/update a note to the task
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
Body
typestring Β· enumRequiredPossible values:
valuestring Β· min: 1RequiredPattern:
^[^\r\n]*$Responses
200
Successful Task Note creation/update
application/json
4XX
Error description
application/json
put
/projects/{projectId}/tasks/{taskId}/noteLast updated