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

(-)a/api/v1/swagger/definitions/additional_field.yaml (-2 / +4 lines)
Lines 31-37 properties: Link Here
31
  repeatable:
31
  repeatable:
32
    description: is the additional field repetable
32
    description: is the additional field repetable
33
    type: boolean
33
    type: boolean
34
34
  is_system:
35
    description: Is this field system or not
36
    type: boolean
37
    readOnly: true
35
additionalProperties: false
38
additionalProperties: false
36
required:
39
required:
37
  - additional_field_id
40
  - additional_field_id
38
- 

Return to bug 35625