Update Gift Card
PUT
https://api-dev.getroamify.com/api/gifts/gift
Last modified:2025-01-06 23:19:20
Maintainer:Not configured
PUT
request to the /api/gifts/gift
endpoint.orderId
: The order ID of the gift card. This is a required field of type string
.senderEmail
: The new email address of the sender. This is a required field of type string
.amount
: The new amount of the gift card. This is a required field of type number
.currency
: The new currency of the gift card. This is a required field of type string
.Request
Header Params
Content-Type
string
required
Example:
application/json
User-Agent
string
required
Example:
insomnia/10.1.0
Authorization
string
required
Example:
{{token}}
Body Params application/json
Request samples
Responses
Modified at 2025-01-06 23:19:20