{"files":{"SKILL.md":"---\nname: ticketmaster-publish-api\ndescription: \"ticketmaster publish API skill. Use when working with ticketmaster publish for publish. Covers 10 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# ticketmaster publish api\nAPI version: v2\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://www.ticketmaster.com/publish/v2\n\n## Setup\n1. No auth setup needed\n2. Verify API access with a test request\n3. POST /publish/v2/attractions -- create first attraction\n\n## Endpoints\n10 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Publish\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /publish/v2/attractions | Publish an attractions |\n| PATCH | /publish/v2/attractions/{id} | Publish a patch on an attraction |\n| POST | /publish/v2/attractions/{id}/videos | Publish a video on an attraction |\n| POST | /publish/v2/entitlements | Publish entitlements on an entity |\n| POST | /publish/v2/events | Publish an event |\n| PATCH | /publish/v2/events/{id} | Publish a patch on an event |\n| POST | /publish/v2/events/{id}/videos | Publish a video on an event |\n| POST | /publish/v2/extensions | Publish extension on an entity |\n| POST | /publish/v2/venues | Publish a venue |\n| PATCH | /publish/v2/venues/{id} | Publish a patch on a venue |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a attraction?\" -> POST /publish/v2/attractions\n- \"Partially update a attraction?\" -> PATCH /publish/v2/attractions/{id}\n- \"Create a video?\" -> POST /publish/v2/attractions/{id}/videos\n- \"Create a entitlement?\" -> POST /publish/v2/entitlements\n- \"Create a event?\" -> POST /publish/v2/events\n- \"Partially update a event?\" -> PATCH /publish/v2/events/{id}\n- \"Create a extension?\" -> POST /publish/v2/extensions\n- \"Create a venue?\" -> POST /publish/v2/venues\n- \"Partially update a venue?\" -> PATCH /publish/v2/venues/{id}\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ticketmaster publish api\n@base https://www.ticketmaster.com/publish/v2\n@version v2\n@common_fields {data: map # Attraction, TMPS-Correlation-Id: any # Unique correlation id to be able to trace the request in our system}\n@endpoints 10\n@toc publish(10)\n\n@endpoint POST /publish/v2/attractions\n@desc Publish an attractions\n@returns(200) successful operation\n\n@endpoint PATCH /publish/v2/attractions/{id}\n@desc Publish a patch on an attraction\n@required {id: any # ID of the attraction the patch will be applied}\n@returns(200) successful operation\n\n@endpoint POST /publish/v2/attractions/{id}/videos\n@desc Publish a video on an attraction\n@required {id: any # ID of the attraction the video is linked to}\n@returns(200) successful operation\n\n@endpoint POST /publish/v2/entitlements\n@desc Publish entitlements on an entity\n@returns(200) successful operation\n\n@endpoint POST /publish/v2/events\n@desc Publish an event\n@returns(200) successful operation\n\n@endpoint PATCH /publish/v2/events/{id}\n@desc Publish a patch on an event\n@required {id: any # ID of the event the patch will be applied}\n@returns(200) successful operation\n\n@endpoint POST /publish/v2/events/{id}/videos\n@desc Publish a video on an event\n@required {id: any # ID of the event the video is linked to}\n@returns(200) successful operation\n\n@endpoint POST /publish/v2/extensions\n@desc Publish extension on an entity\n@returns(200) successful operation\n\n@endpoint POST /publish/v2/venues\n@desc Publish a venue\n@returns(200) successful operation\n\n@endpoint PATCH /publish/v2/venues/{id}\n@desc Publish a patch on a venue\n@required {id: any # ID of the venue the patch will be applied}\n@returns(200) successful operation\n\n@end\n"}}