**API Reference:** [Text Modules](https://docs.zammad.org/en/latest/api/text-module.html) `extends AbstractRepository`, `getListKey() → 'text_modules'`. Adds `import(string $csv): void` — POSTs `{data: $csv}` to `text_modules/import`. Pure CRUD otherwise. **Depends on:** - https://github.com/zammad/zammad-api-client-php/issues/103 **Produces:** `TextModuleRepository` ## Acceptance Criteria - [ ] Testing: TextModuleRepositoryTest — find, import CSV - [ ] Documentation in README: README — text module example
API Reference: Text Modules
extends AbstractRepository,getListKey() → 'text_modules'. Addsimport(string $csv): void— POSTs{data: $csv}totext_modules/import. Pure CRUD otherwise.Depends on:
Produces:
TextModuleRepositoryAcceptance Criteria