Create team
POST /api/v1/teams
POST
/api/v1/teams
Creates a new team.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
name
required
string
workspace_id
required
integer
badge_color
required
string
Responses
Section titled “ Responses ”Successful
object
id
required
integer
Example
12345 name
required
string
Example
Liverpool FC badge_color
required
string
workspace_id
required
integer
Example
12345 created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000ZUnauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundUnprocessable Entity
object
message
required
string
Example
Failed to save errors
required
object
key
additional properties
Array<string>
Example
{ "errors": { "username": [ "Username is required.", "Username must be unique." ], "email": [ "Invalid email format." ] }}