Admin
Update Hero Banner Slide
Partial update - only provided fields are applied. Also toggles is_active.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
slide_id*Slide Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/v1/admin/hero-banner-slides/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "title": "string", "description": "string", "image_url": "string", "cta_label": "string", "cta_href": "string", "sort_order": 0, "is_active": true}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}