CatalogItemPublishRequest
A request to publish content to the catalog for the members of a specific project.
{
"description": "string",
"global": false,
"iconId": "string",
"name": "string",
"organizationSharings": [
{
"orgId": "string"
}
],
"projectId": "string",
"spec": {},
"typeId": "string"
}
Catalog item description.
Set to true to allow this catalog to be shared with multiple projects, or false to restrict it to the specified project.
ID of the icon to associate with this catalog item.
Catalog item name.
List of organizations the catalog item is shared with. To share with all organizations, include a single entry in the array with 'orgId' set to 'ALL'
ID of the project to share this catalog item with.
Type of content to be published, i.e., the catalog item type.