- 出荷済み
- 2026年3月18日 17: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.