Skip to content

Commit

Permalink
Update yml to add contracts_disabled list
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ke committed Jun 10, 2024
1 parent 0a2ebb8 commit 381f094
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion swagger/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,14 @@ definitions:
in GET /contracts requests)
items:
$ref: '#/definitions/ContractWithRooms'
contracts_disabled:
type: array
description: |
One or more Contracts (only those contracts which have
been subject to a DELETE request and which show as "disabled"
in GET /contracts requests)
items:
$ref: '#/definitions/ContractWithRooms'
media:
$ref: '#/definitions/Media'
PropertyCreation:
Expand Down Expand Up @@ -1648,4 +1656,4 @@ definitions:
description: Details of tenancy created from booking
nullable: true
allOf:
- $ref: '#/definitions/BookingStatusTenancy'
- $ref: '#/definitions/BookingStatusTenancy'

0 comments on commit 381f094

Please sign in to comment.