更新时间:2025-10-30 GMT+08:00
接受共享邀请 - AcceptResourceShareInvitation
功能介绍
接受来自其他账号的资源共享邀请。
请求参数
参数 | 是否必选 | 参数类型 | 描述 |
|---|---|---|---|
X-Security-Token | 否 | String | 如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。 |
请求示例
接受来自其他账号的资源共享邀请。
POST /v1/resource-share-invitations/{resource_share_invitation_id}/accept 响应示例
状态码:200
请求成功。
{
"resource_share_invitation" : {
"receiver_account_id" : "string",
"resource_share_id" : "string",
"resource_share_name" : "string",
"resource_share_invitation_id" : "string",
"sender_account_id" : "string",
"status" : "string",
"created_at" : "2022-08-22T12:28:26.631Z",
"updated_at" : "2022-08-22T12:28:26.631Z"
}
} 状态码
状态码 | 描述 |
|---|---|
200 | 请求成功。 |
错误码
请参见错误码。
父主题:资源共享邀请

