Add Environment To Package

Add Environment To Package

Add environment to package

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

packageName

string
envId
Required

envId


Authentication
This operation uses the following authentication methods.
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

404

Package or environment is missing

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/vco/api/packages/{packageName}/environment/{envId}