> ## Documentation Index
> Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 修改 VPC 网络

## 请求头

<ParamField header="Content-Type" type="string" required={true}>
  枚举值：application/json。
</ParamField>

<ParamField header="Authorization" type="string" required={true}>
  Bearer 身份验证格式，例如：Bearer \{\{API 密钥}}。
</ParamField>

## 请求体

<ParamField body="networkId" type="string" required={true}>
  集群ID。字符串，长度限制：1-255 字符。
</ParamField>

<ParamField body="name" type="string" required={false}>
  自定义网络名称。字符串，长度限制：1-30 字符。
</ParamField>
