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>" }'
"<any>"
Atualiza informações do workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any