banners
Upload a new banner
Upload a new banner with image file. Any authenticated user can upload, but requires admin approval to activate.
post/banner/upload
Response
Banner uploaded successfully (pending approval)
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.