Skip to content

Commit f4e501d

Browse files
authored
Fixes getodk/central#1442: GET /forms/{xmlFormId} return an object not array (#1663)
1 parent 7e3e3e1 commit f4e501d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3315,7 +3315,7 @@ paths:
33153315
schema:
33163316
$ref: '#/components/schemas/Form'
33173317
example:
3318-
- projectId: 1
3318+
projectId: 1
33193319
xmlFormId: simple
33203320
name: Simple
33213321
version: "2.1"

0 commit comments

Comments
 (0)