From 520b633989a9a3dd0f52e11e5562dd142187e186 Mon Sep 17 00:00:00 2001 From: mohammadrezapourreza Date: Wed, 27 Sep 2023 17:12:52 -0400 Subject: [PATCH] DH-4724/changing the docs --- README.md | 2 +- docs/api.list_instructions.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b44fca3..fbb4aae0 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ You can get database level instructions from the `GET /api/v1/instructions` endp ``` curl -X 'GET' \ - '/api/v1/instructions?page=1&limit=10' \ + '/api/v1/instructions?page=1&limit=10&db_connection_id=12312312' \ -H 'accept: application/json' ``` diff --git a/docs/api.list_instructions.rst b/docs/api.list_instructions.rst index db2c6d9a..f6e4a06e 100644 --- a/docs/api.list_instructions.rst +++ b/docs/api.list_instructions.rst @@ -38,6 +38,6 @@ HTTP 201 code response .. code-block:: rst curl -X 'GET' \ - '/api/v1/instructions?page=1&limit=10' \ + '/api/v1/instructions?page=1&limit=10&db_connection_id=12312312' \ -H 'accept: application/json