Bridge Training
APIThemesId

Update a theme

PATCH
/api/themes/{id}

Path Parameters

id*string

Theme ID

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://loading/api/themes/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "type": "system_bidding",
  "userId": "string",
  "labels": {
    "property1": null,
    "property2": null
  },
  "identifier": "string",
  "createdAt": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string",
  "meta": {
    "property1": null,
    "property2": null
  }
}