Skip to content

Commit 4337d1c

Browse files
authored
Fixes: spec errors shown in swagger OpenAPI editor (#1647)
1 parent 70bab7b commit 4337d1c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/api.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9440,7 +9440,7 @@ paths:
94409440
<integrityUrl>https://your.odk.server/v1/projects/7/datasets/people/integrity</integrityUrl>
94419441
</mediaFile>
94429442
</manifest>
9443-
/v1/projects/{projectId}/datasets/{name}/integrity?id={UUIDs}:
9443+
/v1/projects/{projectId}/datasets/{name}/integrity:
94449444
get:
94459445
tags:
94469446
- OpenRosa Endpoints
@@ -11773,10 +11773,14 @@ components:
1177311773
example: {event: {}, submission: {}}
1177411774
baseDiff:
1177511775
type: array
11776+
items:
11777+
type: string
1177611778
description: List of properties that are different between this version and its base version. Includes the label if it differs between the two versions.
1177711779
example: ['name', 'age']
1177811780
serverDiff:
1177911781
type: array
11782+
items:
11783+
type: string
1178011784
description: List of properties that are different between this version and the previous version on the server. Includes the label if it differs between the two versions.
1178111785
example: ['name', 'age']
1178211786
conflict:

0 commit comments

Comments
 (0)