Werk #3816: WATO Web-API: fixed bug in API request validation
| Component | Checks & agents | ||
| Title | WATO Web-API: fixed bug in API request validation | ||
| Date | Sep 29, 2016 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
Recent code changes did not consider that only the keys of the request object itself got validated. The validiation function now got feeded with some additional keys, e.g effective_attributes, didn't accept these keys and returned an "Invalid request" as result.
This has been fixed.