Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
Body
Response
200 - application/json
Maximum length:
250Maximum length:
250curl --request PATCH \
--url https://api.meetcampfire.com/rr/api/v1/product-bundles/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"bundle_name": "<string>",
"bundle_description": "<string>",
"lines": [
{
"product": 123,
"percentage_allocation": 50.005
}
]
}
'{
"id": 123,
"bundle_name": "<string>",
"bundle_description": "<string>",
"stripe_product_id": "<string>",
"anrok_item_id": "<string>",
"lines": [
{
"id": 123,
"product": 123,
"product_name": "<string>",
"product_id_str": "<string>",
"percentage_allocation": 50.005
}
],
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "2023-11-07T05:31:56Z",
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z"
}curl --request PATCH \
--url https://api.meetcampfire.com/rr/api/v1/product-bundles/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"bundle_name": "<string>",
"bundle_description": "<string>",
"lines": [
{
"product": 123,
"percentage_allocation": 50.005
}
]
}
'{
"id": 123,
"bundle_name": "<string>",
"bundle_description": "<string>",
"stripe_product_id": "<string>",
"anrok_item_id": "<string>",
"lines": [
{
"id": 123,
"product": 123,
"product_name": "<string>",
"product_id_str": "<string>",
"percentage_allocation": 50.005
}
],
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "2023-11-07T05:31:56Z",
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z"
}Token-based authentication with required prefix "Token"
250Show child attributes
250