機械翻訳について

通知テンプレートのRESTエンドポイント

通知テンプレート

通知テンプレートのREST APIエンドポイント

通知テンプレートの作成
メソッド: post
パス: /api/v2/notification_templates/
通知テンプレートの削除
メソッド: delete
パス: /api/v2/notification_templates/{id}/
通知テンプレートのリスト
メソッド: get
パス: /api/v2/notification_templates/
通知テンプレートの通知のリスト
メソッド: get
パス: /api/v2/notification_templates/{id}/notifications/
通知テンプレートの取得
メソッド: get
パス: /api/v2/notification_templates/{id}/
通知テンプレートの更新
メソッド: patch
パス: /api/v2/notification_templates/{id}/
通知テンプレートの更新
メソッド: put
パス: /api/v2/notification_templates/{id}/
通知テンプレートのコピーの作成
メソッド: post
パス: /api/v2/notification_templates/{id}/copy/
通知テンプレートのコピーのリスト
メソッド: get
パス: /api/v2/notification_templates/{id}/copy/
通知テンプレートのテスト
メソッド: post
パス: /api/v2/notification_templates/{id}/test/