Skip to main content

images/image_id/members/member_id:put

PUT 

/v2/images/:image_id/members/:member_id

Update the status of a member for a given image. :param req: the Request object coming from the wsgi layer :param image_id: the image identifier :param member_id: the member identifier :param status: the status of a member :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