kaisero / fireREST

Python library for interacting with Cisco Firepower Management Center REST API
GNU General Public License v3.0
70 stars 49 forks source link

Category supported parameters #54

Closed chris-gibbs closed 3 years ago

chris-gibbs commented 3 years ago

https://github.com/kaisero/fireREST/blob/a2009cccb70b6b614f5934e4eaeff59ee9d1e2d5/fireREST/fmc/policy/accesspolicy/category/__init__.py#L27

Looking at the 6.6.6 API for documentation for this endpoint, it should be 'above_category' instead of 'before_category'?

I don't think category supports the other parameters defined in this class either.

I can do a pull request to manually change it but thought I would check if these classes are automatically generated?

kaisero commented 3 years ago

The classes are not generated automatically (unfortunetely ;)) - I'd appreciate a pull request to fix this problem.