include_action_files: [/plugins/stWebApiPlugin/config/generator/extendGenerator.php] webapi: fields: id: {type: integer} name: {type: string} culture: {type: string} methods: CountAttributeI18n: type: count peer_method: doCountWithI18n inOutTypes: {in: object, out: object} fields: out: [_count] GetAttributeI18nList: type: list peer_method: doSelectWithI18n inOutTypes: {in: object, out: array} fields: in: [_offset, _limit, _modified_from, _modified_to] out: [id, name] UpdateAttributeI18n: type: update inOutTypes: {in: object, out: object} fields: in: [=id, name] out: [_update] CountAttributeVariantI18n: type: count model_class: appProductAttributeVariant peer_method: doCountWithI18n inOutTypes: {in: object, out: object} fields: out: [_count] GetAttributeVariantI18nList: type: list model_class: appProductAttributeVariant peer_method: doSelectWithI18n inOutTypes: {in: object, out: array} fields: in: [_offset, _limit, _modified_from, _modified_to] out: [id, name] UpdateAttributeVariantI18n: type: update model_class: appProductAttributeVariant inOutTypes: {in: object, out: object} fields: in: [=id, name] out: [_update]