Skip to content

Commit

Permalink
Documentation update for parameters v5 rfc3339
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan-parthiban committed Aug 24, 2023
1 parent 0c10b7c commit 960a93f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/source/api/v5/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <profile-name>` that use this :term:`Parameter`
:secure: A boolean value that describes whether or not the :term:`Parameter` is :ref:`parameter-secure`
Expand All @@ -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",
Expand Down Expand Up @@ -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 <profile-name>` that use this :term:`Parameter`
:secure: A boolean value that describes whether or not the :term:`Parameter` is :ref:`parameter-secure`
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/api/v5/parameters_id.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <profile-name>` that use this :term:`Parameter`
:secure: A boolean value that describes whether or not the :term:`Parameter` is :ref:`parameter-secure`
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 960a93f

Please sign in to comment.