chef-server
chef-server copied to clipboard
Allow pagination, sorting and searching of Policy File List API
The list of policy files can be fetched using /organizations/NAME/policies API.
This API currently does not provide the following functionalities:
- Pagination
- Sorting
- Searching using regex
Having these functionalities will help Automate to show the Policy files in paginated manner along with ability to sort and search the policy files.