객체 별칭 제거
curl --request POST \
--url https://api.example.com/objs/{object_id}/aliases/remove \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"aliases": [
"<string>"
]
}
'{}객체에서 별칭을 제거합니다.
POST
/
objs
/
{object_id}
/
aliases
/
remove
객체 별칭 제거
curl --request POST \
--url https://api.example.com/objs/{object_id}/aliases/remove \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<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 ObjRemoveAliasesRes · object.
⌘I