Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
Param name | Description |
---|---|
asset_id required |
Asset ID Validations:
|
// Successful request POST /api/v2/assets/7xIyJN8sls88eoRuis6n/review/reject 200 { "asset": { "id": "7xIyJN8sls88eoRuis6n", "external_id": null, "parent_id": null, "project_id": null, "owner": "admin-user-262@example.com", "title": "Sample Asset", "description": "Sample asset description.", "category": "test asset category", "tags": [ "test", "tag" ], "ai_tags": [], "status": "rejected", "media_type": "placeholder", "original_filename": null, "drop_folder_id": null, "md5_sum": null, "created_date": "2023-11-27T09:43:37.243Z", "modification_date": "2023-11-27T09:43:37.333Z", "deleted": null } }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |