Send email with feedback
POST /api/v1/notifications/templates/feedback
- Request multipart form data
| Part | Description |
|---|---|
| file | The file to be attached. |
| json_params | JSON string with subject and text for feedback. |
- Example request
curl -i -X POST 'http://localhost:9092/api/v1/notifications/templates/feedback' -H 'content-type: multipart/form-data' -H 'x-co-auth-token: 088a87cad73d50d7cf626b31623b40f7' -F 'json_params={"subject":"333","description":"111"}' -F "file=@log-file.txt;type=text/plain"
- Example response
HTTP/1.1 204 No content
Content-Length: 0