[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

Update Additional Provider Org

Description

Updates the details of a specified additional provider organization.

Request

Request

URL

URL


put
https://console.navigator.vmware.com/cphub/api/core/v1/mgmt/orgs/{id}/master-orgs/{masterOrgId}
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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 Samples

Code 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}


Feedback

Was this page helpful?