Help us improve these docs. Take our quick survey.
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
}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.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?