push-gateway-api: Use new path metadata fields
This commit is contained in:
parent
ceccf74832
commit
ea8d8fa981
@ -19,9 +19,10 @@ ruma_api! {
|
|||||||
description: "Notify a push gateway about an event or update the number of unread notifications a user has",
|
description: "Notify a push gateway about an event or update the number of unread notifications a user has",
|
||||||
name: "send_event_notification",
|
name: "send_event_notification",
|
||||||
method: POST,
|
method: POST,
|
||||||
path: "/_matrix/push/v1/notify",
|
stable_path: "/_matrix/push/v1/notify",
|
||||||
rate_limited: false,
|
rate_limited: false,
|
||||||
authentication: None,
|
authentication: None,
|
||||||
|
added: 1.0,
|
||||||
}
|
}
|
||||||
|
|
||||||
request: {
|
request: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user