Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
moqui-mjml
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5f38bfe0
authored
2024-04-10 17:18:06 -0600
by
acetousk
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Create api
1 parent
57039d4b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
service/mjml.rest.xml
service/mjml.rest.xml
View file @
5f38bfe
...
...
@@ -16,6 +16,11 @@ along with this software (see the LICENSE.md file). If not, see
<!-- General Guideline Verbs: GET=find, POST=create, PUT=store (create or update), PATCH=update, DELETE=delete -->
<resource
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"http://moqui.org/xsd/rest-api-3.xsd"
name=
"moqui-mjml"
displayName=
"Mjml REST API"
version=
"2.0.0"
>
name=
"moqui-mjml"
displayName=
"Mjml REST API"
version=
"0.0.0"
>
<resource
name=
"mjml"
>
<method
type=
"get"
><service
name=
"moqui.mjml.MjmlServices.get#GrapeJs"
/></method>
<method
type=
"post"
><service
name=
"moqui.mjml.MjmlServices.store#GrapeJs"
/></method>
</resource>
</resource>
...
...
Please
register
or
sign in
to post a comment