From ea8d8fa9814934e4ab6bbf7163aac06499d3f228 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 13 Feb 2022 11:25:51 +0100 Subject: [PATCH] push-gateway-api: Use new path metadata fields --- crates/ruma-push-gateway-api/src/send_event_notification/v1.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/ruma-push-gateway-api/src/send_event_notification/v1.rs b/crates/ruma-push-gateway-api/src/send_event_notification/v1.rs index 15f33adc..b5495add 100644 --- a/crates/ruma-push-gateway-api/src/send_event_notification/v1.rs +++ b/crates/ruma-push-gateway-api/src/send_event_notification/v1.rs @@ -19,9 +19,10 @@ ruma_api! { description: "Notify a push gateway about an event or update the number of unread notifications a user has", name: "send_event_notification", method: POST, - path: "/_matrix/push/v1/notify", + stable_path: "/_matrix/push/v1/notify", rate_limited: false, authentication: None, + added: 1.0, } request: {