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 PUT \ --url https://api.tiny.com.br/public-api/v3/separacao/{idSeparacao}/situacao \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "mensagem": "Ocorreram erros de validação", "detalhes": [ { "campo": "codigo", "mensagem": "O campo código é obrigatório" } ] }
1
2
3
4
No Content