Currency Offers
Update Currency Offer
Update a specific currency offer by its ID.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Description of the currency offer.
Maximum length:
5028
Price of the currency offer in euro, allowing up to six decimal places.
Slug of the game associated with the offer.
Available stock for the currency offer.
Required range:
0 <= x <= 1000000000
Minimum purchase quantity for the currency offer.
Required range:
1 <= x <= 1000000000
Game specific data for the currency offer.
Optional delivery instructions for the currency offer.
Response
200 - application/json
Successfully updated the currency offer.