Discover private referrer
Returns the referrer item for a given digest in the organizations of the logged-in user
Authorizations
Bearer token for authentication
Path Parameters
Digest is the unique identifier of the referrer to discover
Query Parameters
Kind is the optional type of referrer, i.e CONTAINER_IMAGE, GIT_HEAD, ... Used to filter and resolve ambiguities
Limit pagination to 100
ProjectName optionally scopes the discovery to a project by name. Can be set on its own (project-wide filter) or together with project_version (project + version filter).
ProjectVersion optionally scopes the discovery to a project version (by name, e.g. v1.2.0). Requires project_name, since a version name is unique only within a project.
Response
A successful response.
Response for the DiscoverPrivate method
It represents a referrer object in the system
{
"downloadable": true,
"metadata": { "key": "metadata" },
"public": true,
"references": [null, null],
"kind": "kind",
"digest": "digest",
"created_at": "2000-01-23T04:56:07.000+00:00",
"annotations": { "key": "annotations" }
}{ "next_cursor": "next_cursor" }