From bc1c292b367f1a63a5afffedc8325031f81a1ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sat, 16 Nov 2024 21:31:35 +0100 Subject: [PATCH 1/2] fix(ocs): Fix "Fetch a task by ID" method documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- developer_manual/client_apis/OCS/ocs-text2image-api.rst | 2 +- developer_manual/client_apis/OCS/ocs-textprocessing-api.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/OCS/ocs-text2image-api.rst b/developer_manual/client_apis/OCS/ocs-text2image-api.rst index 908772e57fa..8d1498e71f1 100644 --- a/developer_manual/client_apis/OCS/ocs-text2image-api.rst +++ b/developer_manual/client_apis/OCS/ocs-text2image-api.rst @@ -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: diff --git a/developer_manual/client_apis/OCS/ocs-textprocessing-api.rst b/developer_manual/client_apis/OCS/ocs-textprocessing-api.rst index 3d2d995b51a..1768a5c0ed9 100644 --- a/developer_manual/client_apis/OCS/ocs-textprocessing-api.rst +++ b/developer_manual/client_apis/OCS/ocs-textprocessing-api.rst @@ -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: From fee84d72ff53423f7319954834a65abc3a61c748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sat, 16 Nov 2024 21:32:43 +0100 Subject: [PATCH 2/2] fix(ocs): Fix "Fetch a task by ID" method documentation for taskprocessing api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst b/developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst index fe948f41419..8dea49c134b 100644 --- a/developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst +++ b/developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst @@ -108,7 +108,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: