Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: add data property to blogPost.createBlogPost #105

Open
Tracked by #43
MrRefactoring opened this issue Jun 30, 2023 · 0 comments
Open
Tracked by #43

Enhancement: add data property to blogPost.createBlogPost #105

MrRefactoring opened this issue Jun 30, 2023 · 0 comments
Labels
enhancement Denotes a suggestion or request aimed at improving or adding new features to the project good first issue Highlights beginner-friendly tasks, ideal for those looking to contribute for the first time help wanted Signals that additional assistance or expertise is needed on a particular issue or feature

Comments

@MrRefactoring
Copy link
Owner

MrRefactoring commented Jun 30, 2023

This issue tracks the need to enhance the blogPost.createBlogPost method by including a data property. The data property should have the following structure:

data: {
  spaceId: parameters.spaceId, // Required field of type string
  status: parameters.status, // Type: string
  title: parameters.title, // Type: string
  body: parameters.body, // Type: One of [BlogPostBodyWrite, BlogPostNestedBodyWrite]
}

PR should include also typings for spaceId, status, title, body

Reference:

For more context and detailed information, please refer to the Confluence REST API documentation.

@MrRefactoring MrRefactoring added this to the Version 2 API support milestone Jun 30, 2023
@MrRefactoring MrRefactoring changed the title blogPost.createBlogPost method has the data property. Enhancement: add data property to blogPost.createBlogPost Jun 30, 2023
@MrRefactoring MrRefactoring added enhancement Denotes a suggestion or request aimed at improving or adding new features to the project help wanted Signals that additional assistance or expertise is needed on a particular issue or feature good first issue Highlights beginner-friendly tasks, ideal for those looking to contribute for the first time labels Jun 30, 2023
@MrRefactoring MrRefactoring pinned this issue Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Denotes a suggestion or request aimed at improving or adding new features to the project good first issue Highlights beginner-friendly tasks, ideal for those looking to contribute for the first time help wanted Signals that additional assistance or expertise is needed on a particular issue or feature
Projects
Status: Todo
Development

No branches or pull requests

1 participant