Gifts
Update Gift Quantity
To update quantity of gifts with open API<br>透過open API 更新贈品數量
put/gifts/{id}/update_quantity
Path parameters
idstring required
Gift's ID<br>贈品ID
Request body
Example request
{
"quantity": 10,
"replace": true
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.