Operation Id:
warranties/languageData/put [Official Documentaction]
Methods
- lang_data Array<Object>
- warranty_id String
- lang Array<Object>
Examples
This function updates the language data for warranty ID 6, replacing it with the specified language information.
Loading editor...
const result = await idosellRequest.putWarrantiesLanguageData .warranty_id(6) .lang([{ "lang_id":"pol", "name":"GrawancjaPL", "description":"GrawancjaPL" }]) .exec();