/sessions/currentUser/favourites/{id}/move - Move an item in favorites

Moves a document or folder in a user's favorites to a new location.

End-point

POST /sessions/currentUser/favourites/{id}/move

Path parameters

Field Description

id

The ID for the document or folder that will be moved.

Request body

Field Type Description

data

ManageFavoriteRequest

The current information about the user's favorites that is required to move the document or folder.

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

ManageFavoriteObjectResult

The updated information for the document or folder that moved.