Simple documentation fix: use 'endpoint' for endpoint, not method

https://developer.companieshouse.gov.uk/api/docs/search/search.html has

Method: Search company
HTTP Request: GET /search/companies

‘Search company’ is not a REST method. GET is. Suggest:

Search company

Method: GET
Endpoint: /search/companies

or URL instead of endpoint.

Thanks for the feedback, we’ll look into this change.

The OP’s suggestion seems entirely reasonable to me, and would put you in conformance with standard API terminology. S