Request
Body Params application/json
{
"id": "string",
"image_name": "string",
"image_url": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"blueprint_ids": [
"string"
]
}
Request Code Samples
curl --location '/api/images' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"image_name": "string",
"image_url": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"blueprint_ids": [
"string"
]
}'
Responses
{
"id": "string",
"image_name": "string",
"image_url": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"blueprint_ids": [
"string"
]
}
Modified at 2025-01-25 05:24:55