[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Update Additional Provider Org
DescriptionUpdates the details of a specified additional provider organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{id}/master-orgs/{masterOrgId}
Path Parameters
Path Parameters
string
id
Required
- ID of the MSP organization in CSP.
Parameter Serialization Style:
simple
string
masterOrgId
Required
- ID of the additional MSP organization in CSP.
Parameter Serialization Style:
simple
Request Body
Request Body
AdditionalMasterOrg
of mimetype application/json
Required
Payload that updates the details of a specified additional provider organization.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
204 No Content
Returns
array
of
AdditionalMasterOrg
of type */*
No Content
{
"administrators": [
"...",
"..."
],
"city": "...",
"country": "...",
"id": "...",
"name": "...",
"tag": "...",
"zipCode": "..."
}
array of
string
administrators
Optional
List of Additional master org administrators.
string
city
Optional
The city of Additional master org.
string
country
Optional
The country of Additional master org.
string
id
Optional
The unique identifier of Additional master org.
string
name
Optional
The name of Additional master org.
string
tag
Optional
The tag of Additional master org.
string
zipCode
Optional
The zip code of Additional master org.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"administrators":["...","..."],"city":"...","country":"...","id":"...","name":"...","tag":"...","zipCode":"..."}' https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{id}/master-orgs/{masterOrgId}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Lifecycle Management Operations
post
post
patch
get
get
put