-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementDenotes a suggestion or request aimed at improving or adding new features to the projectDenotes a suggestion or request aimed at improving or adding new features to the projectgood first issueHighlights beginner-friendly tasks, ideal for those looking to contribute for the first timeHighlights beginner-friendly tasks, ideal for those looking to contribute for the first timehelp wantedSignals that additional assistance or expertise is needed on a particular issue or featureSignals that additional assistance or expertise is needed on a particular issue or feature
Milestone
Description
This issue tracks the need to enhance the customContent.createCustomContent method by including a data property. The data property should have the following structure:
data: {
type: parameters.type, // Required field of type string
status: parameters.status, // Optional field of type string
spaceId: parameters.spaceId, // Optional field of type string
pageId: parameters.pageId, // Optional field of type string
blogPostId: parameters.blogPostId, // Optional field of type string
customContentId: parameters.customContentId, // Optional field of type string
title: parameters.title, // Required field of type string
body: parameters.body, // Required field one of [CustomContentBodyWrite, CustomContentNestedBodyWrite] type
}
PR should include also typings for type
, status
, spaceId
, pageId
, blogPostId
, customContentId
, title
, body
Reference:
For more context and detailed information, please refer to the Confluence REST API documentation.
Metadata
Metadata
Assignees
Labels
enhancementDenotes a suggestion or request aimed at improving or adding new features to the projectDenotes a suggestion or request aimed at improving or adding new features to the projectgood first issueHighlights beginner-friendly tasks, ideal for those looking to contribute for the first timeHighlights beginner-friendly tasks, ideal for those looking to contribute for the first timehelp wantedSignals that additional assistance or expertise is needed on a particular issue or featureSignals that additional assistance or expertise is needed on a particular issue or feature
Projects
Status
Todo