diff options
author | wr148d <wr148d@att.com> | 2022-10-31 09:42:06 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-11-09 09:52:45 -0500 |
commit | 5b83ba0814d6a046d45146e97762626700440520 (patch) | |
tree | 020798e93a78dd1d72847803174c8bbb0f58ee65 /docs/AAI REST API Documentation/recentsApi.rst | |
parent | 58f0fd2f6ef58de52e1f9a73540c1bb895c0d6e6 (diff) |
[AAI] Fix doc config files
Issue-ID: AAI-3572
Change-Id: Icb2bce5d096d9c807aa6fe2a72243c6dc16e5028
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'docs/AAI REST API Documentation/recentsApi.rst')
-rw-r--r-- | docs/AAI REST API Documentation/recentsApi.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/AAI REST API Documentation/recentsApi.rst b/docs/AAI REST API Documentation/recentsApi.rst index 74e423c8..8283538b 100644 --- a/docs/AAI REST API Documentation/recentsApi.rst +++ b/docs/AAI REST API Documentation/recentsApi.rst @@ -21,7 +21,7 @@ Request The API can be accessed by using sending a GET request to the Recents API and sending a single node-type and a parameter to specify either timestamp to start the search or the number of hours to look back. - + Querying with number of hours .. code:: @@ -45,7 +45,7 @@ object type, URI, and resource-version. Sample response: -.. code-block:: json +.. code:: { "results": [ @@ -59,5 +59,5 @@ Sample response: "resource-link": "/aai/v16/network/pnfs/pnf/stack01" "resource-version": "1531413113612" },...] - + } |