cloudapi/v2: Plural path section when querying a collection
This commit is contained in:
parent
7e6365742f
commit
87cc722021
6 changed files with 33 additions and 33 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue