Confluence · Example Payload

Confluence Cloud V2 Comment Create Request Example

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Confluence Cloud V2 Comment Create Request Example is an example object payload from Confluence, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

blogPostIdpageIdparentCommentId

Example Payload

Raw ↑
{
  "blogPostId": "500123",
  "pageId": "500123",
  "parentCommentId": "500123"
}