PUT realm/persistence/<clus_name>/stores/<stor_name>/templates/<tem_name>
This web method updates a dynamic durable template definition in a store object within a persistence cluster definition.
- <clus_name> in the URI is the cluster name.
- <stor_name> in the URI is the store name.
- <tem_name> in the URI is the template name.
Input Data
Supply a JSON representation of the new dynamic durable template definition in the message body.
Example Requests
curl -X PUT http://<host>:<port>/api/v1/realm/persistence/<clus_name>/stores/<stor_name>/templates/<tem_name> -d <json_defn>