PUT /v2/vpcs/{vpc_id}
To update information about a VPC, send a PUT request to /v2/vpcs/$VPC_ID
.
Servers
- https://api.digitalocean.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
vpc_id |
String | Yes |
A unique identifier for a VPC. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
name |
String | Yes |
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods. |
description |
String | No |
A free-form text field for describing the VPC's purpose. It may be a maximum of 255 characters. |
default |
Boolean | No |
A boolean value indicating whether or not the VPC is the default network for the region. All applicable resources are placed into the default VPC network unless otherwise specified during their creation. The |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.