Skip to content

Commit 1057524

Browse files
authored
Update area.yaml
adds array annotation to post parameters to signify array size one
1 parent c1efe68 commit 1057524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/standard/openapi/paths/queries/area.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ post:
3737
description: Return the data values for the data area defined by the query parameters
3838
operationId: PostDataForArea
3939
parameters:
40-
$ref: ../../parameters/collections/collectionId.yaml
40+
- $ref: ../../parameters/collections/collectionId.yaml
4141
requestBody:
4242
$ref: ../../request-bodies/area.yaml
4343
responses:

0 commit comments

Comments
 (0)