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

(-)a/api/v1/swagger/definitions/ticket.yaml (-2 / +3 lines)
Lines 24-30 properties: Link Here
24
    description: The object representing the biblio the ticket is related to
24
    description: The object representing the biblio the ticket is related to
25
    readOnly: true
25
    readOnly: true
26
  biblio_id:
26
  biblio_id:
27
    type: integer
27
    type:
28
      - integer
29
      - "null"
28
    description: Internal identifier for the biblio the ticket is related to
30
    description: Internal identifier for the biblio the ticket is related to
29
  title:
31
  title:
30
    type: string
32
    type: string
31
- 

Return to bug 34324