List or Create Blog Images
Lists all images for a specific blog or uploads a new image.
Path parameters
blog_id
The ID of the blog
Request
This endpoint expects an object.
image
Image file for the blog post
deleted_at
is_active
created_by
updated_by
deleted_by
alt_text
Alternative text for accessibility
caption
Caption for the image
order
Order of the image in the blog post
Response
List of blog images
id
image
Image file for the blog post
created_at
alt_text
Alternative text for accessibility
caption
Caption for the image
order
Order of the image in the blog post
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

