Skip to main content
PUT
Update bundle

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Path Parameters

bundleId
string | null

Bundle ID

Minimum string length: 1

Body

application/json
discount
integer

Bundle discount percentage. Options are 0-50 in 5% increments.

Required range: 0 <= x <= 50Must be a multiple of 5
duration
enum<integer>

Bundle subscription duration in months. Options are 3, 6, or 12 months.

Available options:
3,
6,
12

Response

Successful response

id
number
required
discount
number
required
duration
number
required
price
number
required
canBuy
boolean
required