Update or insert a specific team by its origin or id.

Update or insert a specific team by its origin or id. In case a team with the given origin or id is found it will be updated. If there is no team found a new team will be created and the given originOrId is used as origin.

spec.display fully replaces the existing display values. spec.members is reconciled declaratively — the resulting membership is exactly the set given in the request body (adds and removes are computed against the current membership).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The origin or id of the team.

Body Params

v1alpha1 team definition. metadata.name is the team's technical name
(used e.g. as the CRD name in an operator manifest or a Terraform
resource ID), spec.display carries the human-facing attributes
(name, description, color) and spec.members is the declarative list
of member IDs that make up the team. metadata.name and
spec.display.name are persisted independently.

string
enum

Optional on write requests for backwards compatibility: defaults to
dash0.com/v1alpha1 when omitted. Always populated on read responses.

Allowed:
string
enum
required
Allowed:
metadata
object
required
spec
object
required
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json