Update TechnicalVpn
PATCH/projects/:projectId/network/virtualprivatenetworks/:technicalVpnId
This method allows to modify parameter of technicalVpn identified by its technicalVpnId.
Request
Path Parameters
The project Id
The technicalVpnId
- application/json
Body
Properties of the Technical VPN to update
Possible values: <= 255 characters
Name
Possible values: <= 255 characters
Description
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successful patch of a Technical VPN
- application/json
- Schema
- Example (from schema)
Schema
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Id
Name
Description
Network Type
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"networkType": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
bad request code
bad request message
bad request description
violations
object[]
bad request violations
field
message
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code
message
description
{
"code": 0,
"message": "string",
"description": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
code
message
description
{
"code": 0,
"message": "string",
"description": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
code
message
description
{
"code": 0,
"message": "string",
"description": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
code
message
description
{
"code": 0,
"message": "string",
"description": "string"
}