This folder keeps an offline snapshot of the App Store Connect OpenAPI spec for agents that cannot access the internet.
latest.json: full OpenAPI spec snapshot (see source below)paths.txt: generated path+method index for quick existence checks
Preferred sources for the OpenAPI spec:
- Official Apple download (zip):
https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip - Community mirror that tracks Apple's published spec:
https://github.com/EvanBacon/App-Store-Connect-OpenAPI-Spec
Note: The published OpenAPI spec can lag reality and may omit some operations that still work in the API (parity checks can surface these gaps).
- Replace
latest.jsonwith a newer spec file. - Run
make update-openapito regeneratepaths.txt. - Run
make update-schema-indexto regenerate the runtimeasc schemaindex. - Run
make check-docsto verify both generated indexes are current. - Update the "Last synced" date below and commit the snapshot and indexes together.
Last synced: 2026-07-16