Skip to content

Link a package to a repository

POST
/packages/{owner}/{type}/{name}/-/link/{repo_name}
owner
required
string

Owner of the package

type
required
string

Type of the package

name
required
string

Name of the package

repo_name
required
string

Name of the repository to link.

APIEmpty is an empty response

APINotFound is a not found error response

object
errors
Array<string>
message
string
url
string
Example generated
{
"errors": [
"example"
],
"message": "example",
"url": "example"
}