Skip to content

Commit

Permalink
feat(DTFS2-7052): updating API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
avaitonis committed Apr 25, 2024
1 parent e012eb4 commit 15743c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/docs/__snapshots__/get-docs-yaml.api-test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -515,7 +515,7 @@ paths:
items:
$ref: '#/components/schemas/GetAddressesResponseItem'
'404':
description: Customer not found.
description: Postcode not found.
tags:
- geospatial
info:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 15743c0

Please sign in to comment.