POST
/
admin
/
beta
/
groups
Criar grupo beta
curl --request POST \
  --url https://services.staging.app.dados.rio/rmi/v1/admin/beta/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "created_at": "<string>",
  "id": "<string>",
  "name": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Dados do grupo

The body is of type object.

Response

201
application/json

Created

The response is of type object.