banners
Update banner display order
Update the display order of a banner (Admin only)
put/banner/{id}/order/{orderId}
Path parameters
idstring required
Example:1
Banner ID
orderIdstring required
Example:2
New order ID
Response
Banner order updated successfully
Example response
{
"id": 1,
"bannerImageUrl": "https://example.com/banner.jpg",
"bannerUrl": "https://example.com/landing",
"status": "ACTIVE",
"order_id": "1",
"start_date": "2024-01-01T00:00:00.000Z",
"end_date": "2024-12-31T23:59:59.000Z",
"languageType": "EN"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.