/r/{repoId}/packages/installations
POST
Installing a package
The package is installed asynchronously. This means that this request only creates a job to install the package.
The response will contain a "Job" resource and a URI to query the current status of the job.
If the job was completed successfully, the package was also installed completely and successfully.
Parameters
repoId/string/required
The unique ID of the repository.
Responses
202
The job to install the package was created successfully.
Show operation