# Update Report Functions Update Report Functions Endpoint: PUT /rest/2.0/CONDITION Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Condition` (string) Condition - `brmObjects.ConditionFormulaDbPrefix` (string) ConditionFormulaDbPrefix - `brmObjects.IgnoreCase` (string) IgnoreCase - `brmObjects.VisibleFlag` (string) VisibleFlag - `brmObjects.ConditionDbSuffix` (string) ConditionDbSuffix - `brmObjects.ConditionDb` (string) ConditionDb - `brmObjects.Id` (string, required) Id: CONDITION_ID - `brmObjects.ConditionFormulaDbSuffix` (string) ConditionFormulaDbSuffix - `brmObjects.ConditionDbPrefix` (string) ConditionDbPrefix ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.Condition` (string) Condition - `retrieveResponse.ConditionFormulaDbPrefix` (string) ConditionFormulaDbPrefix - `retrieveResponse.IgnoreCase` (string) IgnoreCase - `retrieveResponse.VisibleFlag` (string) VisibleFlag - `retrieveResponse.ConditionDbSuffix` (string) ConditionDbSuffix - `retrieveResponse.ConditionDb` (string) ConditionDb - `retrieveResponse.Id` (string) Id: CONDITION_ID - `retrieveResponse.ConditionFormulaDbSuffix` (string) ConditionFormulaDbSuffix - `retrieveResponse.ConditionDbPrefix` (string) ConditionDbPrefix ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error