Gift Cards
Edit a gift card
patch/gift_cards/{gift_card_id}
Request body
Example request
{
"date_expire": "2023-04-01 00:00:00"
}Response
OK
Example response
{
"date_expire": "2023-04-01 00:00:00",
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.