{"files":{"SKILL.md":"---\nname: flight-availibilities-search\ndescription: \"Flight Availibilities Search API skill. Use when working with Flight Availibilities Search for shopping. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Flight Availibilities Search\nAPI version: 1.0.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. Verify API access with a test request\n3. POST /shopping/availability/flight-availabilities -- create first flight-availability\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Shopping\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /shopping/availability/flight-availabilities | Return list of Flight Availabilities based on posted searching criteria. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a flight-availability?\" -> POST /shopping/availability/flight-availabilities\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 Flight Availibilities Search\n@base https://test.api.amadeus.com/v1\n@version 1.0.2\n@endpoints 1\n@toc shopping(1)\n\n@endpoint POST /shopping/availability/flight-availabilities\n@desc Return list of Flight Availabilities based on posted searching criteria.\n@required {X-HTTP-Method-Override: any # the HTTP method to apply, getFlightAvailabilitiesBody: any # list of criteria to retrieve a list of flight availabilities}\n@returns(200) Successful Operation\n@errors {400: code    | title                                  ------- | -------------------------------------  425     | INVALID DATE 477     | INVALID FORMAT 572     | INVALID OPTION 2668    | PARAMETER COMBINATION INVALID/RESTRICTED 2781    | INVALID LENGTH 4926    | INVALID DATA RECEIVED 9880    | SELECTED DATE IS TOO FAR IN THE FUTURE 10661   | MAXIMUM NUMBER OF OCCURRENCES EXCEEDED  32171   | MANDATORY DATA MISSING}\n\n@end\n"}}