PATCH
/
currency-offers
/
{currencyOfferId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

currencyOfferId
integer
required

Body

application/json
delivery_time
object
required
description
string
required

Description of the currency offer.

Maximum length: 5028
game
string
required

Slug of the game associated with the offer.

min_quantity
integer
required

Minimum purchase quantity for the currency offer.

Required range: 1 < x < 1000000000
price
number
required

Price of the currency offer in euro, allowing up to six decimal places.

stock
integer
required

Available stock for the currency offer.

Required range: 0 < x < 1000000000
currency_data
any[] | null

Game specific data for the currency offer.

delivery_instructions
string | null

Optional delivery instructions for the currency offer.

Response

200 - application/json
data
object