{"files":{"SKILL.md":"---\nname: seatmap-display\ndescription: \"Seatmap Display API skill. Use when working with Seatmap Display for shopping. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Seatmap Display\nAPI version: 1.9.2\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://test.api.amadeus.com/v1\n\n## Setup\n1. No auth setup needed\n2. GET /shopping/seatmaps -- returns all the seat maps of a given order.\n3. POST /shopping/seatmaps -- create first seatmap\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Shopping\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /shopping/seatmaps | Returns all the seat maps of a given order. |\n| POST | /shopping/seatmaps | Returns all the seat maps of a given flightOffer. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all seatmaps?\" -> GET /shopping/seatmaps\n- \"Create a seatmap?\" -> POST /shopping/seatmaps\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- Error responses include status codes and descriptions in the spec\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 Seatmap Display\n@base https://test.api.amadeus.com/v1\n@version 1.9.2\n@endpoints 2\n@toc shopping(2)\n\n@endpoint GET /shopping/seatmaps\n@desc Returns all the seat maps of a given order.\n@optional {flightOrderId: any # identifier of the order, flight-orderId: any # DEPRECATED identifier of the order , kept for backward compatibility}\n@returns(200) Successful Operation\n@errors {400: code    | title ------- | ------------------------------------- 477     | INVALID FORMAT 572     | INVALID OPTION 4481    | FLIGHT DOES NOT OPERATE ON DATE REQUESTED 8791    | SEAT MAP DISPLAY REQUEST IS OUTSIDE SYSTEM DATE RANGE 32171   | MANDATORY DATA MISSING, 404: Not Found}\n\n@endpoint POST /shopping/seatmaps\n@desc Returns all the seat maps of a given flightOffer.\n@required {X-HTTP-Method-Override: any # the HTTP method to apply, body: any}\n@returns(200) Successful Operation\n@errors {400: code    | title ------- | ------------------------------------- 477     | INVALID FORMAT 2781    | INVALID LENGHT 572     | INVALID OPTION 4481    | FLIGHT DOES NOT OPERATE ON DATE REQUESTED 8791    | SEAT MAP DISPLAY REQUEST IS OUTSIDE SYSTEM DATE RANGE 32171   | MANDATORY DATA MISSING}\n\n@end\n"}}