cURL
curl --request PATCH \ --url https://api.hypercore.vn/network/vpcs/{vpc_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Updated VPC Name", "description": "Updated VPC description", "team_id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac" } '
Update an existing VPC’s name, description, or shared teams
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
VPC UUID
255
"Updated VPC Name"
"Updated VPC description"
Team ID. Default team will be used if not provided.
"c1d45377-b2a9-4407-ab8d-6909c34dfaac"
VPC updated successfully