garage/doc/api
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-25 15:12:37 +02:00
..
css Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00
fonts Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00
garage-admin-v0.html update admin API documentation 2025-05-23 17:25:17 +02:00
garage-admin-v0.yml chore: fix typos in various files 2026-01-29 14:53:27 +01:00
garage-admin-v1.html update admin API documentation 2025-05-23 17:25:17 +02:00
garage-admin-v1.yml chore: fix typos in various files 2026-01-29 14:53:27 +01:00
garage-admin-v2.html update admin API documentation 2025-05-23 17:25:17 +02:00
garage-admin-v2.json Admin API: add parameters details, offset and limit to ListKeys and ListBuckets 2026-07-25 15:12:37 +02:00
README.md Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00
redoc.standalone.js Update Redoc to latest version (#1448) 2026-05-12 08:05:18 +00:00

Browse doc

Run in this directory:

python3 -m http.server 

And open in your browser:

Validate doc

wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.1.0/openapi-generator-cli-6.1.0.jar -O openapi-generator-cli.jar
java -jar openapi-generator-cli.jar validate -i garage-admin-v0.yml