diff --git a/filepathSlugs.json b/filepathSlugs.json index ff3d526c..36087ab1 100644 --- a/filepathSlugs.json +++ b/filepathSlugs.json @@ -3795,8 +3795,7 @@ "arguments", "response", "examples", - "command-via-pairing-topic", - "command-via-session-topic", + "command", "response-2" ], "src/pages/komodo-defi-framework/api/v20-dev/wc_get_session/index.mdx": [ diff --git a/src/pages/komodo-defi-framework/api/v20-dev/wc_delete_session/index.mdx b/src/pages/komodo-defi-framework/api/v20-dev/wc_delete_session/index.mdx index 1109da9f..c6be1707 100644 --- a/src/pages/komodo-defi-framework/api/v20-dev/wc_delete_session/index.mdx +++ b/src/pages/komodo-defi-framework/api/v20-dev/wc_delete_session/index.mdx @@ -9,9 +9,9 @@ For details on a full list of active WalletConnect sessions, use the [wc\_get\_s ## Arguments -| Structure | Type | Description | -| -------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| topic | string | An active session topic (or pairing topic) hex string. | +| Structure | Type | Description | +| --------- | ------ | ------------------------------------------------------ | +| topic | string | An active session topic (or pairing topic) hex string. | ## Response @@ -21,7 +21,7 @@ For details on a full list of active WalletConnect sessions, use the [wc\_get\_s #### 📌 Examples -#### Command +#### Command ```json diff --git a/src/pages/komodo-defi-framework/api/v20-dev/wc_ping_session/index.mdx b/src/pages/komodo-defi-framework/api/v20-dev/wc_ping_session/index.mdx index b0e2bb99..8b9fc224 100644 --- a/src/pages/komodo-defi-framework/api/v20-dev/wc_ping_session/index.mdx +++ b/src/pages/komodo-defi-framework/api/v20-dev/wc_ping_session/index.mdx @@ -9,9 +9,9 @@ For details on a full list of active WalletConnect sessions, use the [wc\_get\_s ## Arguments -| Structure | Type | Description | -| -------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| with\_pairing\_topic | bool | Defaults to `false`. If `true`, allows using the pairing\_topic hex string in the `topic` param to fetch session details. If `false`, expects `topic` param to be the session topic hex string. | +| Structure | Type | Description | +| -------------------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| with\_pairing\_topic | bool | Defaults to `false`. If `true`, allows using the pairing\_topic hex string in the `topic` param to fetch session details. If `false`, expects `topic` param to be the session topic hex string. | ## Response