Updating the Image Sharing Status (Native OpenStack API)

Function

This API is used to update the image sharing status when a tenant accepts or rejects a shared image.

URI

PUT /v2/images/{image_id}/members/{member_id}

Table 1 lists the parameters in the URI.
Table 1 Parameter description

Parameter

Mandatory

Type

Description

image_id

Yes

String

Specifies the image ID.

member_id

Yes

String

Specifies the project ID of the tenant who is to accept or reject a shared image.

Request

Example Request

Response

Returned Values