Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/public-networks/reference/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6879,7 +6879,7 @@ The `PLUGINS` API methods are not enabled by default for JSON-RPC. To enable the

### `plugins_reloadPluginConfig`

Reloads specified plugin configuration.
When this parameter is specified, the named plugins' configurations are reloaded. This method awaits all reloads before returning its result.

#### Parameters

Expand Down Expand Up @@ -6921,6 +6921,11 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"plugins_reloadPluginConfig","par
"result": "Success"
}
```
:::note

If one or more plugins fail, the error response provides a comma-separated list of pluginName:success or pluginName:failure (reason).

:::

</TabItem>

Expand Down
Loading