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

(-)a/api/v1/swagger/definitions/ticket.yaml (+6 lines)
Lines 31-36 properties: Link Here
31
  body:
31
  body:
32
    type: string
32
    type: string
33
    description: Ticket details
33
    description: Ticket details
34
  status:
35
    type:
36
      - string
37
      - "null"
38
    description: Current status of the ticket
39
    readOnly: true
34
  reporter:
40
  reporter:
35
    type:
41
    type:
36
      - object
42
      - object
(-)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 35628