Português (BR)
cURL
curl --request PUT \ --url https://api.contas.rdstationmentoria.com.br/rest/workspaces/current \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Atualiza informações do workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Nome do workspace
Successful response