Skip to content

Commit

Permalink
CBG-4347: REST API Spec: Fix example format for `collections_processi…
Browse files Browse the repository at this point in the history
…ng` (#7185)
  • Loading branch information
bbrks authored Nov 7, 2024
1 parent 4074f93 commit b99b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/components/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2972,7 +2972,7 @@ ResyncScopesMap:
type: object
additionalProperties:
$ref: '#/CollectionNames'
example: {"scopeName": {"collection1", "collection2"}}
example: {"scopeName": ["collection1", "collection2"]}
CollectionNames:
description: 'List of collection names'
type: array
Expand Down

0 comments on commit b99b207

Please sign in to comment.