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
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,11 @@ info:
41
41
42
42
Here major and breaking changes to the API are listed by version.
43
43
44
+
## ODK Central v2026.2
45
+
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 `publishNotes` field in extended metadata.
description: The number of Public Links that can submit to the Form. This does not include Public Links that have been revoked.
12622
+
ExtendedFormWithPublishNotes:
12623
+
allOf:
12624
+
- $ref: '#/components/schemas/ExtendedForm'
12625
+
- type: object
12626
+
properties:
12627
+
publishNotes:
12628
+
type: string
12629
+
example: Fixed validation rules for required fields
12630
+
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.
12612
12631
ExtendedFormVersion:
12613
12632
allOf:
12614
12633
- $ref: '#/components/schemas/Form'
@@ -12620,6 +12639,10 @@ components:
12620
12639
excelContentType:
12621
12640
type: string
12622
12641
description: If the Form was created by uploading an Excel file, this field contains the MIME type of that file.
12642
+
publishNotes:
12643
+
type: string
12644
+
example: Fixed validation rules for required fields
12645
+
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