Pular para o conteúdo principal
PUT
/
workspaces
/
current
Atualizar workspace
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>"
    }
  ]
}

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corpo

application/json
name
string
obrigatório

Nome do workspace

Resposta

Successful response