loading-images
Update a loading image
Update an existing loading image by ID. Optional new image file and/or status. Available to admin and all roles.
put/loading-images/{id}
Path parameters
idnumber required
Example:1
Loading image ID
Response
Loading image updated successfully
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.