Create Package

Create Package

Create new package.

Request
URI
PUT
https://{api_host}/vco/api/packages/{packageName}
COPY
Path Parameters
string
packageName
Required

packageName


Request Body
CreatePackageDetails of type(s) application/json
Optional
{
    "description": "string",
    "items": {
        "configurations": [
            "string"
        ],
        "resources": [
            "string"
        ],
        "workflows": [
            "string"
        ],
        "policy-templates": [
            "string"
        ],
        "actions": [
            "string"
        ]
    }
}
string
description
Optional

description

items
Optional

items

Responses
201

The request is successful

Operation doesn't return any data structure

401

User is not authorized

Operation doesn't return any data structure

409

Package already exists

Operation doesn't return any data structure