To update Port Github Action SEARCH operation to use new endpoint for searching entities
Isuri Ranawaka
The Port Github action SEARCH operation still uses the https://api.getport.io/v1/entities/search endpoint. However, according to the docs, Port recommends using https://api.getport.io/v1/blueprints/:blueprint_identifier/entities/search new endpoint for searching entities. It would be nice to use the same endpoint in the Port Github Action as well. Then, the usage of the action would be a more attractive alternative to making explicit API calls.