This page was last edited on May 16, 2017, at 08:20.
Comments or questions about this documentation? Contact us for support!
GET
/grs/v1/tenant/{tenantId}/package/{packageId}/validaterule/{ruleId}
N/A
{
"message": "Validation Failed",
"errors": [
{
"message": "Validation error 1"
},
{
"message": "Validation error 2"
}
]
}
{
"message": "Validation Failed",
"errors": [
{
"message": "Validation error 1"
},
{
"message": "Validation error 2"
}
]
}
User must have RULE_VIEW permission.