Comments
gethttps://cache.showwcase.com/comments
QueryField | Type | Description |
---|
projectId | number | Unique project id. |
parentId | number | Unique parent id. |
skip
Default value: 0 | number | Pagination offset. |
limit
Default value: 15 | number | Pagination limit. (Max value 100) |
posthttps://cache.showwcase.com/comments
HeadersField | Description |
---|
X-API-KEY | An API key that represents the user who wants to take an action. Read more about API keys here. |
BodyField | Type | Description |
---|
projectId | number | Unique project id. |
message | string | Comment message. |
parentId | number | For writing a reply pass unique parent id. |
puthttps://cache.showwcase.com/comments/:commentId
HeadersField | Description |
---|
Authorization | An access token that represents the user who wants to take an action. Read more about access tokens here. |
ParametersField | Type | Description |
---|
commentId | number | Unique comment id. |
BodyField | Type | Description |
---|
message | string | Comment message. |
deletehttps://cache.showwcase.com/comments/:commentId
HeadersField | Description |
---|
Authorization | An access token that represents the user who wants to take an action. Read more about access tokens here. |
ParametersField | Type | Description |
---|
commentId | number | Unique comment id. |