Template
Logs issues and events
post/Template/Log
Headers
X-Versionstring
Request body
Example request
{
"instituteId": 1,
"contentId": 1,
"message": "Error loading asset",
"info": "Parameter cannot be null"
}Response
Success
{
"instituteId": 1,
"contentId": 1,
"message": "Error loading asset",
"info": "Parameter cannot be null"
}Success