COMING SOON!
Use this endpoint to update an existing Request. Only send the data that you wish to change.
The Request Body must be a JSON object
No Content. Successful Update.
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
{- "assignedTo": "admin@tenovos.com",
- "status": "In Progress",
- "assets": [
- {
- "id": "cd0caff5-2756-4d7c-a43d-a926a81fa9b8",
- "assignedTo": "ctc-admin@tenovos.com",
- "status": "Rejected",
- "note": "Test Note",
- "rejectionReason": "Invalid Asset Metadata"
}
]
}
{- "message": "Unauthorized"
}