banners
Approve a banner
Approve and activate a banner. Only admins can approve. Once approved, the banner will be active.
post/banner/{id}/approve
Path parameters
idnumber required
Banner ID
Response
Banner approved 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.