Add Environment Repository To Package

Add Environment Repository To Package

Add environment repository to package

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

packageName

string
envRepoId
Required

envRepoId


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 repository 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_repository/{envRepoId}