Skip to main content

images/image_id/members:post

POST 

/v2/images/:image_id/members

Adds a membership to the image. :param req: the Request object coming from the wsgi layer :param image_id: the image identifier :param member_id: the member identifier :returns: The response body is a mapping of the following form

{'member_id': <MEMBER>,
'image_id': <IMAGE>,
'status': <MEMBER_STATUS>
'created_at': ..,
'updated_at': ..}

🟢 Public Cloud Endpoint: This endpoint is accessible to end users in CopperSpire Cloud.

Request​

Responses​

Ok