All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Document Manager v1 in
apis/meshvi.json:GETandPOST/v1/documents/clients,GETandPOST/v1/documents/policies,PUT/v1/documents/{id}/clientand/v1/documents/{id}/policy,GET/v1/documents/{id}/client/downloadand/v1/documents/{id}/policy/download; multipart upload fields, optionalIdempotency-Key,Documentstag, and schemas (DocumentDownloadReference,DocumentUploadPayload,DocumentDownloadPayload,ApiResponseDocumentUpload,ApiResponseDocumentDownload,DocumentManagerErrorBody).
- Initial OpenAPI (
apis/meshvi.json) for MeshVI external APIs documented with[APIAuthorize]/ meshVerified-style routes:- meshVerified:
GET/v1/certificates/clients,GET/v1/certificates/vehicles,GET/v1/coverages/clients,GET/v1/coverages/vehicles - Clients:
GETandPOST/v1/clients,GETandPUT/v1/clients/{id} - Drivers:
GETandPOST/v1/drivers,GETandPUT/v1/drivers/{id},POST/v1/drivers/vehicles - Policies:
GETandPOST/v1/policies,GETandPUT/v1/policies/{id},GET/v1/policies/{id}/vehicles - Vehicles:
GETandPOST/v1/vehicles,GETandPUT/v1/vehicles/{id},GET/v1/vehicles/lienholders/{id}
- meshVerified: