メインコンテンツへスキップ
POST
/
link_to_registry
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