I’m trying to work with the REST API and i did run into multiple smaller issues.
Issues:
Some fields have required to have a value, but the value can be empty, if create it with the frontend, for example: under security services → audit_metric_description it doesn’t allow an empty string.
risk appetite threshold isn’t queryable
Ideas to :
Patch only single fields
Patch/Create with json as request body instead of post url encoding
Yes, I can confirm that when creating internal control via APIs you have to set audit dates as well. Not sure why it was implemented that way but creating an issue so we will have a look.
Int. ref.: https://github.com/eramba/eramba/issues/4804
I can also confirm that the risk appetite threshold isn’t queryable at the moment.