cURL
curl --request PUT \ --url https://services.staging.app.dados.rio/rmi/v1/admin/beta/groups/{group_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "created_at": "<string>", "id": "<string>", "name": "<string>", "updated_at": "<string>" }
Atualiza um grupo beta existente (apenas administradores)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do grupo
Dados do grupo
The body is of type object.
object
OK
The response is of type object.