Create Journal Comments
Create new comments to journals
Post new comments to journals
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
#########################################################################
## success
#########################################################################
{
"message": "success",
"status": 200
}
#########################################################################
## Error:Unable to save data
#########################################################################
{
"message": "error",
"status": 400,
"description": "Unable to save data"
}
#########################################################################
## Error:No data found
#########################################################################
{
"message": "error",
"status": 401,
"description": "No data found"
}
Last updated