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: uts/rest/integration/mutable_messages.md
+58-10Lines changed: 58 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,24 @@ AFTER ALL TESTS:
33
33
- All clients use `endpoint: "sandbox"`
34
34
- All channel names use the `mutable:` namespace prefix — the test app setup configures the `mutable` namespace with `mutableMessages: true`, which is required for getMessage, updateMessage, deleteMessage, appendMessage, and annotations
35
35
36
+
### Annotation HTTP Body Format
37
+
38
+
The annotation publish and delete endpoints (`POST /channels/{channel}/messages/{serial}/annotations`)
39
+
expect the HTTP request body to be a **JSON array** containing a single annotation object:
0 commit comments