Publish Catalog To Orgs Using POST

Publish Catalog To Orgs Using POST

API code: PUBLISH-CATALOG Pre-authorized role(s): PROVIDER_ADMIN

Request
URI
POST
https://{api_host}/api/alp/v1/catalogs/{catalog-id}/published-orgs
COPY
Path Parameters
string
catalog-id
Required

Marketplace catalog ID.


Request Body

Publish catalog to organizations.

PublishRequest of type(s) application/json
Optional
{
    "ids": [
        "string"
    ]
}
array of string
ids
Optional

ids

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns IdResult of type(s) application/json
"IdResult Object"
array of string
ids
Optional

ids


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/alp/v1/catalogs/{catalog-id}/published-orgs