Skip to content

Commit

Permalink
DH-4724/changing the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Sep 27, 2023
1 parent 463fe71 commit 520b633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ You can get database level instructions from the `GET /api/v1/instructions` endp

```
curl -X 'GET' \
'<host>/api/v1/instructions?page=1&limit=10' \
'<host>/api/v1/instructions?page=1&limit=10&db_connection_id=12312312' \
-H 'accept: application/json'
```

Expand Down
2 changes: 1 addition & 1 deletion docs/api.list_instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ HTTP 201 code response
.. code-block:: rst
curl -X 'GET' \
'<host>/api/v1/instructions?page=1&limit=10' \
'<host>/api/v1/instructions?page=1&limit=10&db_connection_id=12312312' \
-H 'accept: application/json

0 comments on commit 520b633

Please sign in to comment.