CRM
  1. tarefas
CRM
  • tarefas
    • Tarefas
      GET
    • Tarefas
      POST
    • Tarefas
      PUT
    • Tarefas
      DELETE
  • Esquemas
    • Tarefas
  1. tarefas

Tarefas

Em desenvolvimento
PUT
/tasks/{{taskid}}

Requisição

Authorization
Adicionar parâmetro em header
X-API-Key
Exemplo:
X-API-Key: ********************
Parâmetros Bodyapplication/json

Examples

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'https://api-crm.caw.agency/tasks/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "title": "minima magni ut",
    "description": "Quis magnam blanditiis ullam quibusdam. Iure excepturi voluptates dolor eius distinctio amet nulla illum.",
    "priority": "low",
    "status": "pending"
}'
Response Response Example
{}
Modificado em 2025-09-23 22:33:07
Página anterior
Tarefas
Próxima página
Tarefas
Built with