You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ info:
44
44
## ODK Central v2026.2
45
45
46
46
**Changed**:
47
-
- The [Getting Form Details](/central-api-form-management/#getting-form-details), [Listing Published Form Versions](/central-api-form-management/#listing-published-form-versions) and [Getting Form Version Details](/central-api-form-management/#getting-form-version-details) endpoints now return a `publishingNotes` field (conditionally) in extended metadata.
47
+
- The [Getting Form Details](/central-api-form-management/#getting-form-details), [Listing Published Form Versions](/central-api-form-management/#listing-published-form-versions) and [Getting Form Version Details](/central-api-form-management/#getting-form-version-details) endpoints now return a `publishNotes` field in extended metadata.
48
48
49
49
## ODK Central v2026.1
50
50
@@ -4618,7 +4618,7 @@ paths:
4618
4618
type: user
4619
4619
updatedAt: 2018-04-18T23:42:11.406Z
4620
4620
deletedAt: 2018-04-18T23:42:11.406Z
4621
-
publishingNotes: Fixed validation rules for required fields
4621
+
publishNotes: Fixed validation rules for required fields
description: The number of Public Links that can submit to the Form. This does not include Public Links that have been revoked.
12621
-
publishingNotes:
12621
+
publishNotes:
12622
12622
type: string
12623
-
description: The notes provided when this version was published (via the `X-Action-Notes` header). Only returned to users with `form.update` permission.
12623
+
example: Fixed validation rules for required fields
12624
+
description: The notes provided when the current Form version was published (via the `X-Action-Notes` header). Only returned to users with `form.update` permission.
12624
12625
ExtendedFormVersion:
12625
12626
allOf:
12626
12627
- $ref: '#/components/schemas/Form'
@@ -12632,8 +12633,9 @@ components:
12632
12633
excelContentType:
12633
12634
type: string
12634
12635
description: If the Form was created by uploading an Excel file, this field contains the MIME type of that file.
12635
-
publishingNotes:
12636
+
publishNotes:
12636
12637
type: string
12638
+
example: Fixed validation rules for required fields
12637
12639
description: The notes provided when this version was published (via the `X-Action-Notes` header). Only returned to users with `form.update` permission.
0 commit comments