Hello,
I’d like to report the following misalignments I observed between the implementation of the Companies House API and its documentation :
/company/{companyNumber}/charges endpoint
- returns items[ ].classification as an object instead of an array of objects (as per documentation)
- returns items[ ].particulars as an object instead of an array of objects (as documented)
- items[ ].assests_ceased_released appears to have a typo in its name
Kind regards