Closed basbeu closed 7 months ago
@basbeu good catch, this code is autogenerated. I'll create a patch for the api spec and this will be resolved in the next release.
Keeping this open until then. Thank you for reporting this issue!
hey @basbeu 0.7.0-rc1
should fix this. I some other things to do before I can release 0.7.0
Thank you very much @ffalor, I tested 0.7.0-rc1
and it fix the problem.
I noted that the endpoint
POST /policy/entities/ioa-exclusions/v1
returned code 201 in case of success. The gofalcon SDK expects a code 200. As a consequence, theCreateIOAExclusionsV1
method returns an error even in case of a success.