VRPlatformVRPlatform
Teams

/teams/{id}/settings

Update team settings by team ID

PUT
/teams/{id}/settings
X-API-Key<token>

API key provided in dashboard

In: header

Path Parameters

id*string
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid

Request Body

application/json

showReservations?boolean
showCancelledReservations?boolean
showReservationTotal?boolean
showOwnerCalendarBlocking?boolean
showTaxStatements?boolean
showTwoFactorAuth?boolean

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://api.vrplatform.app/teams/497f6eca-6276-4993-bfeb-53cbbbba6f08/settings" \  -H "Content-Type: application/json" \  -d '{}'
{
  "showReservations": true,
  "showCancelledReservations": true,
  "showReservationTotal": true,
  "showOwnerCalendarBlocking": true,
  "showTaxStatements": true,
  "showTwoFactorAuth": true
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}