Skip to content

Commit

Permalink
feat(DTFS2-7052): updating api spec definition
Browse files Browse the repository at this point in the history
  • Loading branch information
avaitonis committed Apr 25, 2024
1 parent 2733003 commit fa73657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/geospatial/dto/get-addresses-response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ export type GetAddressesResponse = GetAddressesResponseItem[];

export class GetAddressesResponseItem {
@ApiProperty({
description: 'Organisation name if available',
description: 'Organisation name, if available',
example: GEOSPATIAL.EXAMPLES.ORGANISATION_NAME,
nullable: true,
})
readonly organisationName: string | null;

Expand Down

0 comments on commit fa73657

Please sign in to comment.