Request
Body Params application/json
Request Code Samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bundles/' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"description": "string",
"category_id": 0,
"photo_image_id": "string",
"includes": [
"string"
],
"bundle_items_attributes": [
{
"id": 0,
"item_id": 0,
"quantity": 0,
"discount_amount": 0,
"_destroy": true,
"discount_type": "discount_value"
}
]
}'
Responses
Remove item from reserved bundle
This response does not have a body.
Modified at 2026-04-15 14:20:24