Skip to main content
POST
Create Group

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"DevOps Team"

description
string | null
Example:

"Group responsible for DevOps tasks"

repos
integer[]
Example:

Response

Successful Response