v1

latestSwagger 2.02026-08-065854114.9 KB
tasks

Update an existing task of this organization.

put/organizations/{organization_id}/tasks/{id}

Path parameters

organization_idinteger required
idinteger required

Request body

textstring required

Text content of this task.

assigned_usersinteger[]

Array of IDs of users assigned to this task.

due_datestring date-time

When this task is due.

finished_datestring date-time

When this date was finished.

finished_byinteger

ID of user who finished this task.

type'VISITA' | 'REUNIAO' | 'LIGACAO' | 'EMAIL' | 'PROPOSTA' | 'WHATSAPP'

Task type.

metricsinteger[]

Array of metric IDs to associated with this task.

Response

OK