Update network
Update network configuration. Use for changing explorer URL, symbol, decimals, or other metadata.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Network identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Network name (min length: 1) |
rpcUrl | string (uri) | No | RPC endpoint URL |
symbol | string | No | Native token symbol |
decimals | integer | No | Native token decimals (0-36) |
explorer | string (uri) | No | Block explorer URL |
blockscoutApiUrl | string nullable | No | Blockscout API URL (optional) |
Use Cases
- Update block explorer URL
- Correct network metadata
- Change network status (active/inactive)
Required Permission
networks:update
Update network
Update network configuration. Use for changing explorer URL, symbol, decimals, or other metadata.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Network identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Network name (min length: 1) |
rpcUrl | string (uri) | No | RPC endpoint URL |
symbol | string | No | Native token symbol |
decimals | integer | No | Native token decimals (0-36) |
explorer | string (uri) | No | Block explorer URL |
blockscoutApiUrl | string nullable | No | Blockscout API URL (optional) |
Use Cases
- Update block explorer URL
- Correct network metadata
- Change network status (active/inactive)
Required Permission
networks:update