This API operation moves existing pictures from and or to a user's private gallery.
PUT
/v1/Pictures/MovePictures
Property | Type | Description |
---|---|---|
Pictures |
array of aws:MovePicturesInput | Required. The pictures to move. |
Parameters can be passed to this operation using the HTTP PUT method with serialized JSON in the request body.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires the following scope:
Scope |
---|
profile_gallery |
Property | Type | Description |
---|---|---|
This will return no model just a 200 OK HTTP Status code. |
The following example shows a sample returned by the API.