From a0225ea63a0b4c8a199d68468aff492c7bfda5ff Mon Sep 17 00:00:00 2001 From: Shane Lovern Date: Wed, 9 Apr 2025 15:48:05 +0100 Subject: [PATCH] TELCODOCS-2244 - correct value for example subscription payload --- modules/cnf-fast-event-notifications-api-refererence.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cnf-fast-event-notifications-api-refererence.adoc b/modules/cnf-fast-event-notifications-api-refererence.adoc index 372761800d..150dde0ea5 100644 --- a/modules/cnf-fast-event-notifications-api-refererence.adoc +++ b/modules/cnf-fast-event-notifications-api-refererence.adoc @@ -58,7 +58,7 @@ Creates a new subscription. If a subscription is successfully created, or if it [source,json] ---- { - "uriLocation": "http://localhost:8089/api/ocloudNotifications/v1/subscriptions", + "endpointUri": "http://localhost:8989/event", "resource": "/cluster/node/compute-1.example.com/ptp" } ----