- 관련 상품
- 2026년 3월 18일 오후 5:32 UTC
- 이름 *
- Kamo
- 뚱 베어
- 3a2b411
REST controller at /api/email/signature-templates with: - GET /{scope} — retrieve template by org+scope - PUT /{scope} — create or update template (upsert) - DELETE /{scope} — remove template Service layer handles upsert logic (finds existing by org+scope, updates in place or creates new). All endpoints authenticate via OTK session and extract orgId from session data.