{"note":"OpenAPI conversion -- returning structured metadata","name":"ticketmaster-com-publish","description":"ticketmaster publish api","version":"v2","base_url":"https://www.ticketmaster.com/publish/v2","endpoints":10,"raw":"@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"}