Skip to content

Commit

Permalink
fix(ocs): Fix "Fetch a task by ID" method documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Nov 16, 2024
1 parent 9018a90 commit bc1c292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion developer_manual/client_apis/OCS/ocs-text2image-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Fetch a task by ID

.. note:: The endpoint is rate limited as it can be quite resource intensive. Users can make 20 requests in 2 minutes, guests only 5

* Method: ``POST``
* Method: ``GET``
* Endpoint: ``/task/{id}``

* Response:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Fetch a task by ID

.. note:: The endpoint is rate limited as it can be quite resource intensive. Users can make 20 requests in 2 minutes, guests only 5

* Method: ``POST``
* Method: ``GET``
* Endpoint: ``/task/{id}``

* Response:
Expand Down

0 comments on commit bc1c292

Please sign in to comment.