Skip to main content
POST
/
link_to_registry
Link To Registry
curl --request POST \
  --url https://api.example.com/link_to_registry \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ref": "<string>",
  "target": {
    "portfolio_name": "<string>",
    "entity_name": "<string>",
    "project_name": "<string>"
  },
  "aliases": []
}
'
{
  "version_index": 123
}

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-update-service-api-5.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
ref
string
required
Minimum string length: 1
target
CreateAndLinkTarget · object
required
aliases
string[]

Response

Successful Response

version_index
integer | null