Corrected v2 image sharing documentation.
corrected request body for POST to /v2/.../members removed GET /v2/images/{imageId}/members/{memberId} (call not implemented) Change-Id: Iafbba48c7d5e8b8b38e77b7ead216d0e7e235cb2 Closes-Bug: #1229351
This commit is contained in:
parent
4f4b47803f
commit
63fbdd9a5a
@ -650,7 +650,7 @@ Distinctions from Version 1.x API Calls
|
||||
|
||||
request body::
|
||||
|
||||
{ "member_id": "<MEMBER_ID>" }
|
||||
{ "member": "<MEMBER_ID>" }
|
||||
|
||||
where the {memberId} is the tenant ID of the image member.
|
||||
|
||||
@ -669,9 +669,3 @@ New API Calls
|
||||
|
||||
where <STATUS_VALUE> is one of ``pending``, ``accepted``, or ``rejected``.
|
||||
The {memberId} is the tenant ID of the image member.
|
||||
|
||||
* Determine the status of an image member
|
||||
|
||||
call: ``GET`` on ``/v2/images/{imageId}/members/{memberId}``
|
||||
|
||||
response: see the JSON schema at ``/v2/schemas/member``
|
||||
|
Loading…
Reference in New Issue
Block a user