Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

[11:27:32 CDT(-0500)] <dmccallum54> a POST to /email generates an email. it also takes a complete template JSON object. the response is just a dummy confirmation string

[11:28:43 CDT(-0500)]

Wiki Markup
 &lt;dmccallum54&gt; the /{id} resource also accepts a PUT, which is an update. the request payload is the proposed new state of the template

[11:28:57 CDT(-0500)]

Wiki Markup
 &lt;dmccallum54&gt; and /{id} also accepts a DELETE

[11:29:35 CDT(-0500)] <dmccallum54> and there's /validate, which accepts a POST of an arbitrary template JSON object to be validated and returns a marked up template JSON object

[11:29:39 CDT(-0500)] <dmccallum54> that's it