From 15743c043b478d660097194f54c396eebe2c352f Mon Sep 17 00:00:00 2001 From: Audrius Vaitonis Date: Thu, 25 Apr 2024 11:28:16 +0100 Subject: [PATCH] feat(DTFS2-7052): updating API spec --- test/docs/__snapshots__/get-docs-yaml.api-test.ts.snap | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/docs/__snapshots__/get-docs-yaml.api-test.ts.snap b/test/docs/__snapshots__/get-docs-yaml.api-test.ts.snap index c6792f2a..3bcf1ea2 100644 --- a/test/docs/__snapshots__/get-docs-yaml.api-test.ts.snap +++ b/test/docs/__snapshots__/get-docs-yaml.api-test.ts.snap @@ -491,7 +491,7 @@ paths: operationId: GeospatialController_getAddressesByPostcode summary: >- A search based on a property's postcode. Will accept a full valid - postcode. Returns addresses from Ordnance survey Delivery Point Address + postcode. Returns addresses from Ordnance Survey Delivery Point Address (DPA) system. parameters: - name: postcode @@ -515,7 +515,7 @@ paths: items: $ref: '#/components/schemas/GetAddressesResponseItem' '404': - description: Customer not found. + description: Postcode not found. tags: - geospatial info: @@ -1160,8 +1160,9 @@ components: nullable: true locality: type: string - description: Locality, Town + description: Locality or town example: LONDON + nullable: true postalCode: type: string description: Postcode