Updates an account task
Authorizations
Enter JWT bearer token
Enter organization ID
Path Parameters
Body
The title of the task
"Task 1"
The identifier of the assignee
"U123"
Change the activity associated with the task
"A123"
The description of the task
"This is a task"
The identifier / value of the type attribute of the task
"T123"
The identifier / value of the status attribute of the task
"S123"
The identifier / value of the priority attribute of the task
"P123"
The URLs of the attachments to attach to the note
[
"https://example.com/attachment1.jpg",
"https://example.com/attachment2.jpg"
]
Response
The identifier of the task
The identifier of the account
The name of the account
The identifier of the activity
The title of the task
The description of the task
The identifier of the assignee
The type of the task
The identifier of the type
The configuration of the type
The status of the task
The identifier of the status
The configuration of the status
The priority of the task
The identifier of the priority
The configuration of the priority
The attachments of the task
Whether the task is active
The creator of the task
The identifier of the creator
The email of the creator
The creation date of the task
The update date of the task