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

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