Currency Offers
Update Currency Offer
Update a specific currency offer by its ID.
PATCH
/
currency-offers
/
{currencyOfferId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
currencyOfferId
integer
requiredBody
application/json
description
string
requiredDescription of the currency offer.
Maximum length:
5028
price
number
requiredPrice of the currency offer in euro, allowing up to six decimal places.
game
string
requiredSlug of the game associated with the offer.
stock
integer
requiredAvailable stock for the currency offer.
Required range:
0 < x < 1000000000
min_quantity
integer
requiredMinimum purchase quantity for the currency offer.
Required range:
1 < x < 1000000000
delivery_time
object
requiredcurrency_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