This API allows user to create a note on existing article, suggestions and personal articles.
Array of objects (Note) |
Success. Note is added to article, suggestion, personal article.
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "note": [
- {
- "content": "This is sample content for a note."
}
]
}
Required query parameter is missing
{- "code": "400-112",
- "developerMessage": "Required query parameter(s) is missing. The following parameters are required: <param name>"
}