From 960a93ffce9722f599820908516f5b769a97945b Mon Sep 17 00:00:00 2001 From: Jagan Parthiban Date: Thu, 10 Aug 2023 08:42:40 +0530 Subject: [PATCH] Documentation update for parameters v5 rfc3339 --- docs/source/api/v5/parameters.rst | 8 ++++---- docs/source/api/v5/parameters_id.rst | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/api/v5/parameters.rst b/docs/source/api/v5/parameters.rst index 803c6e1573..df380214f1 100644 --- a/docs/source/api/v5/parameters.rst +++ b/docs/source/api/v5/parameters.rst @@ -70,7 +70,7 @@ Response Structure ------------------ :configFile: The :term:`Parameter`'s :ref:`parameter-config-file` :id: The :term:`Parameter`'s :ref:`parameter-id` -:lastUpdated: The date and time at which this :term:`Parameter` was last updated, in :ref:`non-rfc-datetime` +:lastUpdated: The date and time at which this :term:`Parameter` was last updated, in :rfc:`3339` Format :name: :ref:`parameter-name` of the :term:`Parameter` :profiles: An array of :term:`Profile` :ref:`Names ` that use this :term:`Parameter` :secure: A boolean value that describes whether or not the :term:`Parameter` is :ref:`parameter-secure` @@ -95,7 +95,7 @@ Response Structure { "configFile": "records.config", "id": 29, - "lastUpdated": "2018-12-05 17:51:02+00", + "lastUpdated": "2018-12-05T17:51:02.563406+05:30", "name": "location", "profiles": [ "ATS_EDGE_TIER_CACHE", @@ -170,7 +170,7 @@ Response Structure ------------------ :configFile: The :term:`Parameter`'s :ref:`parameter-config-file` :id: The :term:`Parameter`'s :ref:`parameter-id` -:lastUpdated: The date and time at which this :term:`Parameter` was last updated, in :ref:`non-rfc-datetime` +:lastUpdated: The date and time at which this :term:`Parameter` was last updated, in :rfc:`3339` Format :name: :ref:`parameter-name` of the :term:`Parameter` :profiles: An array of :term:`Profile` :ref:`Names ` that use this :term:`Parameter` :secure: A boolean value that describes whether or not the :term:`Parameter` is :ref:`parameter-secure` @@ -200,7 +200,7 @@ Response Structure "response": { "configFile": "records.config", "id": 124, - "lastUpdated": "2018-12-05 19:18:21+00", + "lastUpdated": "2018-12-05T19:18:21.563406+05:30", "name": "test", "profiles": null, "secure": false, diff --git a/docs/source/api/v5/parameters_id.rst b/docs/source/api/v5/parameters_id.rst index 592673e098..06559a8c77 100644 --- a/docs/source/api/v5/parameters_id.rst +++ b/docs/source/api/v5/parameters_id.rst @@ -65,7 +65,7 @@ Response Structure ------------------ :configFile: The :term:`Parameter`'s :ref:`parameter-config-file` :id: The :term:`Parameter`'s :ref:`parameter-id` -:lastUpdated: The date and time at which this :term:`Parameter` was last updated, in :ref:`non-rfc-datetime` +:lastUpdated: The date and time at which this :term:`Parameter` was last updated, in :rfc:`3339` Format :name: :ref:`parameter-name` of the :term:`Parameter` :profiles: An array of :term:`Profile` :ref:`Names ` that use this :term:`Parameter` :secure: A boolean value that describes whether or not the :term:`Parameter` is :ref:`parameter-secure` @@ -95,7 +95,7 @@ Response Structure "response": { "configFile": "records.config", "id": 125, - "lastUpdated": "2018-12-05 20:21:07+00", + "lastUpdated": "2018-12-05T20:21:07.563406+05:30", "name": "foo", "profiles": null, "secure": false,