Jump to >

This documentation covers Review Board 2.0. You can see the latest Review Board documentation or all other versions.

106 - Missing Attribute

API Error Code 106
HTTP Status Code HTTP 400 Bad Request
Error Text Missing value for the attribute
Description One or more required attributes were missing from the request.

Examples

application/json

{
  "err": {
    "code": 106, 
    "msg": "Missing value for the attribute"
  }, 
  "stat": "fail"
}