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

(-)a/api/v1/swagger/definitions/extended_attribute_type.yaml (-2 / +4 lines)
Lines 31-37 properties: Link Here
31
  repeatable:
31
  repeatable:
32
    description: is the extended attribute type repetable
32
    description: is the extended attribute type 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
  - extended_attribute_type_id
40
  - extended_attribute_type_id
38
- 

Return to bug 35625