From 7a6f1407057ffdb9a51eff7de91ebf5fb30d90f8 Mon Sep 17 00:00:00 2001 From: Douglas Henrique Koerich Date: Mon, 25 Apr 2022 14:04:17 -0300 Subject: [PATCH] Fix endpoint for pulling PTP current state This is a trivial change to fix the missing reference to "v1" in the endpoint URI for retrieving the PTP current state as contained in StarlingX documentation page. Test Plan: PASS: Checked updated page generated by Zuul. Closes-Bug: #1970246 Signed-off-by: Douglas Henrique Koerich Change-Id: Iabeee327d5badbb6feb6a3f51bcbb2cfa0fcb63b --- api-ref/source/api_ptp_notifications_definition_v1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/api_ptp_notifications_definition_v1.rst b/api-ref/source/api_ptp_notifications_definition_v1.rst index 2c622b8..3522f19 100644 --- a/api-ref/source/api_ptp_notifications_definition_v1.rst +++ b/api-ref/source/api_ptp_notifications_definition_v1.rst @@ -217,7 +217,7 @@ Pull Status Notifications Pull PTP status notifications ****************************** -.. rest_method:: GET /ocloudNotifications/{ResourceType}/CurrentState +.. rest_method:: GET /ocloudNotifications/v1/{ResourceType}/CurrentState **Normal response codes**