curl --request PUT \
--url https://suite.sisqualis.com.br/api/clientes/{id}/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"nome": "<string>",
"email": "jsmith@example.com",
"telefone": "<string>",
"documento": "<string>",
"ativo": true
}
'{
"id": 123,
"nome": "<string>",
"email": "jsmith@example.com",
"telefone": "<string>",
"documento": "<string>",
"ativo": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request PUT \
--url https://suite.sisqualis.com.br/api/clientes/{id}/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"nome": "<string>",
"email": "jsmith@example.com",
"telefone": "<string>",
"documento": "<string>",
"ativo": true
}
'{
"id": 123,
"nome": "<string>",
"email": "jsmith@example.com",
"telefone": "<string>",
"documento": "<string>",
"ativo": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Use: Token <seu_token>