Skip to main content
PATCH
/
api
/
v1
/
teams
/
{team_id}
/
config
Update Team Config
curl --request PATCH \
  --url https://api.example.com/api/v1/teams/{team_id}/config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "default_briefing_form_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string<uuid>
required

Body

application/json

Partial update to team config JSONB.

default_briefing_form_id
string<uuid> | null

Response

Successful Response