From 5d0338f2aac20853b1cb88bf976b8d83262d8376 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:43:38 +0100 Subject: [PATCH 1/2] Update API.md --- apps/indexer-proxy/doc/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/indexer-proxy/doc/API.md b/apps/indexer-proxy/doc/API.md index dc1b348d9..4f66b4cc6 100644 --- a/apps/indexer-proxy/doc/API.md +++ b/apps/indexer-proxy/doc/API.md @@ -16,7 +16,7 @@ API Docs for Subquery Indexer Proxy > | indexer | Payload | string | indexer address | > | consumer | Payload | string | consumer address | > | agreement | Payload | string | service agreement contract address | -> | deployment_id | Payload | string | deployment id for the proejct | +> | deployment_id | Payload | string | deployment id for the project | > | signature | Payload | string | signature of user | > | timestamp | Payload | string | | > | chain_id | Payload | string | chain id | From d2ac09caee7e40b57fd396742d88c896570a38f3 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:44:26 +0100 Subject: [PATCH 2/2] Update error-code-dictionary.md --- apps/indexer-proxy/doc/error-code-dictionary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/indexer-proxy/doc/error-code-dictionary.md b/apps/indexer-proxy/doc/error-code-dictionary.md index a0844858e..6068c766d 100644 --- a/apps/indexer-proxy/doc/error-code-dictionary.md +++ b/apps/indexer-proxy/doc/error-code-dictionary.md @@ -107,8 +107,8 @@ - `1302` - Websocket connection: failed to send message to remote socket - `1303` - Websocket connection: failed to send message to client socket - `1304` - Websocket connection: failed to close remote socket -- `1305` - Websocket connection: failed to manange the before state cache -- `1306` - Websocket connection: failed to manange the after state cache +- `1305` - Websocket connection: failed to manage the before state cache +- `1306` - Websocket connection: failed to manage the after state cache - `1307` - Websocket connection: invalid query state - `1308` - Websocket connection: failed to connect remote socket - `1309` - Websocket connection: remote socket disconnected