RTE Templates REST Endpoints

RTE Templates
These REST API endpoints provide web services to support user-specific RTE templates for the JET Transaction UI RTE inline editor.
Create an RTE Template
Method: post
Path: /rest/v19/commerceAttrRichTextTemplates
Delete an RTE Template
Method: delete
Path: /rest/v19/commerceAttrRichTextTemplates/{id}
Get All RTE Templates
Method: get
Path: /rest/v19/commerceAttrRichTextTemplates
Get an RTE Template
Method: get
Path: /rest/v19/commerceAttrRichTextTemplates/{id}
Update RTE Templates
Method: post
Path: /rest/v19/commerceAttrRichTextTemplates/actions/synchronize