push-gateway-api: Use new path metadata fields

This commit is contained in:
Jonas Platte 2022-02-13 11:25:51 +01:00
parent ceccf74832
commit ea8d8fa981
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -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: {