MarBoba

Teams REST endpoints

Generated

5 endpoints under `/v1`.

Auto-generated from the MarBoba OpenAPI spec, published at api.marboba.com/v1/openapi.json.

GET /teams

List teams

Responses

  • 200 — Team list. Body: object

Auth: BearerPAT (default)

Operation ID: get_teams


POST /teams

Create team

Request body

Request body (application/json): object

Responses

  • 201 — Created. Body: object

Auth: BearerPAT (default)

Operation ID: post_teams


DELETE /teams/{teamId}

Delete team

Responses

  • 204 — Deleted. Body: (no body)
  • 403 — . Body: (no body)
  • 404 — . Body: (no body)

Auth: BearerPAT (default)

Operation ID: delete_teams-teamid


GET /teams/{teamId}

Get team

Responses

  • 200 — Team. Body: (no body)
  • 404 — . Body: (no body)

Auth: BearerPAT (default)

Operation ID: get_teams-teamid


PATCH /teams/{teamId}

Update team

Responses

  • 200 — Updated team. Body: (no body)
  • 404 — . Body: (no body)

Auth: BearerPAT (default)

Operation ID: patch_teams-teamid