squads

Criar um squad

Criar squad

post/api/management/squads

Request body

codestring
descriptionstring
namestring

Example request

{
  "code": "sample_text",
  "description": "sample_text",
  "name": "sample_text"
}

Response

200

Changes

No recorded changes to this endpoint across all 79 revisions of this API.