# Update redeemable validity period **POST /redeemables/{redeemable}/update-validity** Requires `view_orders` permission ## Servers - GB server: https://api.gb.enjovia.app (GB server) - EU server: https://api.eu.enjovia.app (EU server) - US server: https://api.us.enjovia.app (US server) - AU server: https://api.au.enjovia.app (AU server) ## Authentication methods - Bearer auth ## Parameters ### Headers - **Account-ID** (string(uuid)) Account ID - Can be found on the Dashboard under Settings → API Tokens ### Path parameters - **redeemable** (string(uuid)) ### Body: application/json (object) - **valid_from** (string(date) | null) Must be before or equal to valid_to - **valid_to** (string(date)) Must be after or equal to valid_from ## Responses ### 200 Validity updated #### Body: application/json (object) - **data** (object) A redeemable item that can be redeemed by a customer. Represents either a monetary value (gift card) or a standard item (experience, product, service). ### 404 Redeemable not found ### 422 Invalid date range [Powered by Bump.sh](https://bump.sh)