mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Updated feedback api docs and fixed feedback content template bug
This commit is contained in:
parent
dfea1730dc
commit
cd0afb85c4
2 changed files with 11 additions and 2 deletions
|
@ -640,6 +640,16 @@
|
|||
"Feedback": {
|
||||
"id": "Feedback",
|
||||
"properties": {
|
||||
"target_event_id": {
|
||||
"type": "string",
|
||||
"description": "The event ID being acknowledged.",
|
||||
"required": true
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "The type of feedback. Either 'delivered' or 'read'.",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"Member": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue