Passer au contenu principal
POST
/
link_to_registry
Lien vers le 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": {
    "entity_name": "<string>",
    "portfolio_name": "<string>",
    "project_name": "<string>"
  },
  "aliases": []
}
'
{
  "version_index": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt

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

Autorisations

Authorization
string
header
requis

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

Corps

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

Réponse

Réponse réussie

version_index
integer | null