WSO2 Comments API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (OAuth2Security) using the password flow, exposing 41 scopes.
Paths & Operations 12
Across 6 paths, the API surfaces 12 operations — 2 DELETE, 6 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Comment (10 properties), Error (5 properties), Pagination (5 properties), CommentList (3 properties). Each schema is shown below with its type and property counts.
CommentList
object
3 properties
ErrorListItem
object
2 properties2 required
Error
object
5 properties2 required
Pagination
object
5 properties
CommenterInfo
object
3 properties
Comment
object
10 properties1 required
PatchRequestBody
object
2 properties
PostRequestBody
object
2 properties1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.