Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.tiny.com.br/public-api/v3/crm/estagios \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "descricao": "<string>", "ordem": 123 } '
{ "id": 123 }
Descrição do estágio
Ordem do estágio (opcional, será calculada automaticamente se não informada)
OK