Update a whole control plane
Update a whole control plane
Request body
Example request
{
"name": "Test control plane",
"description": "A control plane to handle traffic on development environment.",
"labels": {
"test": "true"
},
"version": "v3"
}Response
A response to updating a control plane.
Example response
{
"id": "d32d905a-ed33-46a3-a093-d8f536af9a8a",
"name": "Test control plane",
"description": "A control plane to handle traffic on development environment.",
"labels": {
"test": "true"
},
"version": "v3",
"created_at": "2023-01-11T02:30:42.227Z",
"updated_at": "2023-01-11T02:30:42.227Z"
}Changes
Changed in 4 of the 29 revisions of this API.513
- ○
added the new optional request property
versionnew-optional-request-property
- ○
added the optional property
versionto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
This revision also has 57 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○