update_discount
Modify an existing Eventbrite discount by ID to change its code, type, dates, amount or percentage off, ticket classes, or usage limit.
Instructions
Update a Discount by ID.
ENDPOINT: POST /discounts/{discount_id}/
Same fields as create_discount.
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Discount code/name | |
| type | No | Type: access, coded, public, hold | |
| end_date | No | End date | |
| event_id | No | Event ID | |
| amount_off | No | Fixed amount off | |
| start_date | No | Start date | |
| discount_id | Yes | Discount ID (required) | |
| percent_off | No | Percentage off | |
| ticket_class_ids | No | Ticket Class IDs | |
| quantity_available | No | Usage limit |