gitlab-org--gitlab-foss/spec/fixtures/api/schemas/releases.json
Shinya Maeda 8f1e96c89b Add spec for Release API
Add spec for all release API - GET, POST, PUT, DELETE.
Also, fixes some minior bugs.
2018-12-31 14:35:57 +09:00

4 lines
61 B
JSON

{
"type": "array",
"items": { "$ref": "release.json" }
}