Update Package

Update Package

Update package.

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

packageName

Header Parameters
string
X-VRO-Changeset-Sha
Optional

X-VRO-Changeset-Sha


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

name

string
description
Optional

description

items
Optional

items

add-items
Optional

add-items

delete-items
Optional

delete-items

Responses
204

The request is successful

Operation doesn't return any data structure

401

User is not authorized

Operation doesn't return any data structure