Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"folder_id": 1,
"ids": [2, 3, ...]
}
{
media_files: [
{
"id": 271,
"name": "media_file",
"common_media_file": false,
"media_type": "photo",
"link_for_preview": "https://s3.amazonaws.com/gipper-college-logos-development/s3_key.format_type",
"link_for_additional_preview": "https://s3.amazonaws.com/gipper-college-logos-development/s3_key.format_type" (NOTE: add 10/04/24),
"file_size": "1.18 MB",
"created_date": "06/20/22",
"note": null,
"is_cutout": false,
"source": "my folder || shared || stock || content request || cutout",
"s3_key": "S3_KEY" (NOTE: add 16/04/24),
"additional_version": {
"id": 272,
"link_for_preview": "https://s3.amazonaws.com/gipper-college-logos-development/s3_key.format_type",
"deleted": false
} (NOTE: add 17/06/24)
},
...
],
meta: {
total_count: 3
}
}
| Param name | Description |
|---|---|
|
folder_id
optional |
Folder to wich we want to move user_media_files Validations:
|
|
ids
optional |
IDs of user_media_files wich we want to move Validations:
|