Skip to main content
PATCH
Update VPC

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vpc_id
string<uuid>
required

VPC UUID

Body

application/json
name
string
required
Maximum string length: 255
Example:

"Updated VPC Name"

description
string
required
Maximum string length: 255
Example:

"Updated VPC description"

team_id
string<uuid>

Team ID. Default team will be used if not provided.

Example:

"c1d45377-b2a9-4407-ab8d-6909c34dfaac"

Response

VPC updated successfully