View | Details | Raw Unified | Return to bug 32435
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/ticket_update.yaml (-1 / +5 lines)
Lines 31-36 properties: Link Here
31
  public:
31
  public:
32
    type: boolean
32
    type: boolean
33
    description: Is this update intended to be sent to the patron
33
    description: Is this update intended to be sent to the patron
34
  status:
35
    type:
36
      - string
37
      - "null"
38
    description: Status of the ticket after this update
34
additionalProperties: true
39
additionalProperties: true
35
required:
40
required:
36
  - message
41
  - message
37
- 

Return to bug 32435