Help us improve these docs. Take our quick survey.
cURL
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>" ] } '
{}
객체 버전의 별칭을 설정합니다.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
별칭을 설정하기 위한 요청 본문입니다(object_id는 경로에서 가져옵니다).
"entity/project"
"abc123def"
["staging", "v1-candidate"]
성공 응답
The response is of type ObjSetAliasesRes · object.
ObjSetAliasesRes · object
이 페이지가 도움이 되었나요?