메인 콘텐츠로 건너뛰기
POST
/
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": {
    "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.

인증

Authorization
string
header
필수

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

본문

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

응답

성공 응답

version_index
integer | null