API Methods
Account ...
Blogs ...
Bookings ...
CreditHistory ...
Dashboard ...
DirectCam ...
DirectChat ...
Email ...
FieldReport ...
Groups ...
HotLists ...
Interview ...
Lists ...
Movie ...
Newsfeed ...
PhoneChat ...
Pictures ...
Profile ...
Search ...
Tours ...
Webcam ...

Move Pictures

This API operation moves existing pictures from and or to a user's private gallery.

URL / Endpoint

Need help with Postman?

PUT /v1/Pictures/MovePictures

Request

PropertyTypeDescription
Pictures array of aws:MovePicturesInput Required. The pictures to move.

Request Information

HTTP Method / Verb

Parameters can be passed to this operation using the HTTP PUT method with serialized JSON in the request body.

Headers

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.

Authentication

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.

Scopes

This endpoint requires the following scope:

Scope
profile_gallery

Samples

PUT method

https://api-sandbox.adultwork.com/v1/Pictures/MovePictures

Authorization: bearer {your-access-token}
{ "Pictures" : [ { "PictureID":1, "MoveAlbumID":1 }, { "PictureID":2, "MoveAlbumID":0 } ] }

Response

PropertyTypeDescription
This will return no model just a 200 OK HTTP Status code.

Response Sample

The following example shows a sample returned by the API.

HTTP Status Code: 200 OK