Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-01 17:10:50 +00:00
parent 65eaab5787
commit 23aa773cb1

View File

@@ -110,7 +110,7 @@ type SubscribeRequest struct {
}
type SubscribeResponse struct {
// the event which occured; created, deleted, updated
// the event which occured; create, delete, update
Event string `json:"event"`
// the note which the operation occured on
Note *Note `json:"note"`