cloudapi/v2: Plural path section when querying a collection

This commit is contained in:
sanne 2021-10-14 11:10:00 +02:00 committed by Ondřej Budai
parent 7e6365742f
commit 87cc722021
6 changed files with 33 additions and 33 deletions

View file

@ -33,7 +33,7 @@ paths:
schema:
$ref: '#/components/schemas/Error'
/compose/{id}:
/composes/{id}:
get:
operationId: getComposeStatus
summary: The status of a compose
@ -89,7 +89,7 @@ paths:
schema:
$ref: '#/components/schemas/Error'
/compose/{id}/metadata:
/composes/{id}/metadata:
get:
operationId: getComposeMetadata
summary: Get the metadata for a compose.