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/Vpo0n7D1aMsFMzdboVyU/review/approve 200 { "asset": { "id": "Vpo0n7D1aMsFMzdboVyU", "external_id": null, "parent_id": null, "project_id": null, "owner": "admin-user-261@example.com", "title": "Sample Asset", "description": "Sample asset description.", "category": "test asset category", "tags": [ "test", "tag" ], "ai_tags": [], "status": "approved", "media_type": "placeholder", "original_filename": null, "drop_folder_id": null, "md5_sum": null, "created_date": "2023-11-27T09:43:36.947Z", "modification_date": "2023-11-27T09:43:37.064Z", "deleted": null } }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |