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
+15-25Lines changed: 15 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,14 @@ info:
42
42
43
43
## ODK Central v2024.3
44
44
45
+
**Added**:
46
+
- Endpoints for managing [User Preferences](/central-api-accounts-and-users/#user-preferences), mainly to be used by the frontend.
47
+
45
48
**Changed**:
46
49
47
50
- [Submissions Odata]() now returns `__system/deletedAt`. It can also be used in $filter, $sort and $select query parameters.
48
51
- Dataset (Entity List) properties with the same name but different capitalization are not allowed.
52
+
- Form Attachments for both [published Forms](/central-api-form-management/#listing-form-attachments) and [draft Forms](/central-api-form-management/#listing-expected-draft-form-attachments) now return a property representing the hash of the attachment file.
49
53
50
54
## ODK Central v2024.2
51
55
@@ -847,6 +851,7 @@ tags:
847
851
* `form.update.draft.set` when a Draft Form definition is set.
848
852
* `form.update.draft.delete` when a Draft Form definition is deleted.
849
853
* `form.update.publish` when a Draft Form is published to the Form.
854
+
* `form.update.draft.replace` when a Draft Form is changed in place.
850
855
* `form.attachment.update` when a Form Attachment binary is set or cleared.
851
856
* `form.submissions.export` when a Form's Submissions are exported to CSV.
852
857
* `form.delete` when a Form is deleted.
@@ -872,6 +877,7 @@ tags:
872
877
* `submission.backlog.hold` when an Entity Submission is first held in processing backlog.
873
878
* `submission.backlog.reprocess` when an Entity Submission is reprocessed and removed from the backlog.
874
879
* `submission.backlog.force` when an Entity Submission is force-processed after being in backlog.
880
+
* `upgrade.process.form.entities_version` when Central flags an Entity-related Form for a potential automatic upgrade.
875
881
* `dataset.create` when a Dataset is created.
876
882
* `dataset.update` when a Dataset is updated.
877
883
* `dataset.update.publish` when a Dataset is published.
@@ -1553,13 +1559,6 @@ paths:
1553
1559
schema:
1554
1560
type: string
1555
1561
example: "frobwazzleEnabled"
1556
-
- name: Authorization
1557
-
in: header
1558
-
description: Bearer encoding of a token of the user whose preferences to operate on
0 commit comments