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

(-)a/Koha/Item.pm (-1 / +1 lines)
Lines 1151-1157 sub to_api_mapping { Link Here
1151
        ccode                    => 'collection_code',
1151
        ccode                    => 'collection_code',
1152
        materials                => 'materials_notes',
1152
        materials                => 'materials_notes',
1153
        uri                      => 'uri',
1153
        uri                      => 'uri',
1154
        itype                    => 'item_type',
1154
        itype                    => 'item_type_id',
1155
        more_subfields_xml       => 'extended_subfields',
1155
        more_subfields_xml       => 'extended_subfields',
1156
        enumchron                => 'serial_issue_number',
1156
        enumchron                => 'serial_issue_number',
1157
        copynumber               => 'copy_number',
1157
        copynumber               => 'copy_number',
(-)a/api/v1/swagger/definitions/item.json (-2 / +1 lines)
Lines 153-159 Link Here
153
      "type": ["string", "null"],
153
      "type": ["string", "null"],
154
      "description": "URL for the item"
154
      "description": "URL for the item"
155
    },
155
    },
156
    "item_type": {
156
    "item_type_id": {
157
      "type": ["string", "null"],
157
      "type": ["string", "null"],
158
      "description": "Itemtype defining the type for this item"
158
      "description": "Itemtype defining the type for this item"
159
    },
159
    },
160
- 

Return to bug 29107