ClearFoundation Tracker - ClearOS
View Issue Details
0021361ClearOSclearos-frameworkpublic2018-08-31 14:392018-09-04 11:03
user2 
user2 
normalfeaturehave not tried
closedfixed 
 
7.5.0 Updates7.5.0 Updates 
0021361: Extend validation exception for API
The Validation_Exception should add a handler for validating all inputs before returning an exception. The API can then return all the validation details in the response payload:

{
    "status_code": "422.000",
    "status_message": "Validation error.",
    "validation_details": {
        "id": "System ID is invalid.",
        "name": "System name contains invalid characters."
    }
}
No tags attached.
Issue History
2018-08-31 14:39user2New Issue
2018-09-04 10:08user2Statusnew => confirmed
2018-09-04 10:09user2Statusconfirmed => resolved
2018-09-04 10:09user2Fixed in Version => 7.5.0 Updates
2018-09-04 10:09user2Resolutionopen => fixed
2018-09-04 10:09user2Assigned To => user2
2018-09-04 11:03user2Statusresolved => closed

There are no notes attached to this issue.