Submit a Report on media
POST REPORT MEDIA
The /media
report resource allows end-users to report media in the client's specific gallery.
https://edge.curalate.com/v1/media/report/:dataSourceId/items/:itemId
Body
Name | Type | Description | Example |
---|---|---|---|
message | string | Why this media is reported | This makes me uncomfortable |
userEmail | string | Who is reporting this media | [email protected] |
sourceUrl | string | Where is it located | https://www.example.com/path/to/media |
Sample Request Body
{
"message": "This makes me uncomfortable",
"userEmail": "[email protected]",
"sourceUrl": "https://www.example.com/path/to/media"
}
Updated 12 months ago