Skip to content

Commit

Permalink
FORMS-1661 - Update API Spec for Preferences Parameter Format (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuvan-aot authored Dec 11, 2024
1 parent 57326a6 commit 5f75bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/docs/v1.api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ paths:
name: preference
schema:
type: object
example: '{minDate=2020-12-17T08:00:00Z,maxDate=2020-12-18T08:00:00Z,updatedMinDate=2020-12-17T08:00:00Z,updatedMaxDate=2020-12-18T08:00:00Z}'
example: '{"minDate":"2020-12-17T08:00:00Z","maxDate":"2020-12-18T08:00:00Z","updatedMinDate":"2020-12-17T08:00:00Z","updatedMaxDate":"2020-12-18T08:00:00Z"}'
description: form submissions export preferences
- in: query
name: deleted
Expand Down

0 comments on commit 5f75bc9

Please sign in to comment.