オブジェクトのエイリアスを設定
curl --request PUT \
--url https://api.example.com/objs/{object_id}/aliases \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"digest": "<string>",
"aliases": [
"<string>"
]
}
'{}オブジェクトバージョンのエイリアスを設定します。
PUT
/
objs
/
{object_id}
/
aliases
オブジェクトのエイリアスを設定
curl --request PUT \
--url https://api.example.com/objs/{object_id}/aliases \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"digest": "<string>",
"aliases": [
"<string>"
]
}
'{}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.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.
パスパラメータ
ボディ
application/json
レスポンス
正常なレスポンス
The response is of type ObjSetAliasesRes · object.
⌘I