Output templates

Update template

This API helps to update the template with new file and save in repository

PUT/sdpw/configuration/template/{id}
Query parameters None
Header
  • Content-Type: multipart/form-data
Header/Parameter

id, InputStream, FormDataContentDisposition, TemplateType

Body None
Returns {"result" : "ok"}
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/configuration/template/e9b8d11f-e3c5-4a1b-ada1-f0d25863f251'

Example response

{  
   "result":"ok"
}