cURL
curl --request PUT \ --url https://services.pref.rio/go/api/v1/empregabilidade/tipos-pcd/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "created_at": "<string>", "descricao": "<string>", "id": "<string>", "updated_at": "<string>" } '
{ "created_at": "<string>", "descricao": "<string>", "id": "<string>", "updated_at": "<string>" }
Atualiza um tipo de PCD existente
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do tipo de PCD
Dados do tipo de PCD
OK