loading-images

Create a new loading image

Upload a new loading image. Available to admin and all authenticated roles.

post/loading-images

Response

Loading image created successfully

idnumber required

Loading image ID

image_urlstring required

Image URL

status'active' | 'inactive' required

Status

created_atstring date-time required

Created at

updated_atstring date-time required

Updated at

Example response

{
  "id": 1,
  "image_url": "https://example.com/image.png",
  "status": "active",
  "created_at": "2024-01-01T00:00:00.000Z",
  "updated_at": "2024-01-01T00:00:00.000Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.