v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Update Tier Group

patch/tier-groups/{tier_group_id}/

Path parameters

tier_group_idstring required

Request body

descriptionstring
titlestring
imagestring binary
status'active' | 'archived'

Response

200

idstring
urlstring
titlestring
statusstring
created_atstring
client_idstring
{"stackTrail":"paths:/tier-groups/{tier_group_id}/:patch:responses:200:content:application/json:schema:properties:description","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/tier-groups/{tier_group_id}/:patch:responses:200:content:application/json:schema:properties:image_url","oasType":"schema","type":"unknown"}

Example response

{
  "id": "ec1a5ec5-fd96-4787-ad55-76f5cb62f3d5",
  "url": "https://cf-blast.livelikecdn.com/api/v1/tier-groups/ec1a5ec5-fd96-4787-ad55-76f5cb62f3d5/",
  "title": "New Tier Group 2",
  "status": "active",
  "created_at": "2025-03-06T06:09:53.626798Z",
  "client_id": "Iso1WANkUyFcsTod4iJ3ryFcYQOlOGmmZL3g0W5h"
}