Admin
Reorder Hero Banner Slides
Reassigns the display order to match the given slide_ids list exactly.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query 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 PUT "https://example.com/v1/admin/hero-banner-slides/order" \ -H "Content-Type: application/json" \ -d '{ "slide_ids": [ "da63807b-7e26-45ba-b531-7a27da9140c0" ] }'null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}