We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All PR should have a target for this branch.
sort?: {};
serializeIdsAsStrings
next()
getAll...
data
blogPost.createBlogPost
blogPost.updateBlogPost
customContent.createCustomContent
customContent.updateCustomContent
page.createPage
page.updatePage
task.updateTask
user.checkAccessByEmail
user.inviteByEmail
comment.createFooterComment
comment.createInlineComment
getBlogPostById
getPageFooterComments
getPageInlineComments
getBlogPostFooterComments
getBlogPostInlineComments
getFooterCommentById
getFooterCommentChildren
getInlineCommentById
getInlineCommentChildren
getCustomContentByTypeInBlogPost
getCustomContentByType
getCustomContentById
getCustomContentByTypeInPage
getCustomContentByTypeInSpace
getLabelPages
getPages
getPageById
getPagesInSpace
getSpaces
getSpaceById
getBlogPostVersions
getPageVersions
getCustomContentVersions
getFooterCommentVersions
getInlineCommentVersions
getTasks
getTaskById
comment.getFooterCommentById
body
comment.updateFooterComment
comment.updateInlineComment
content.convertContentIdsToContentTypes
contentIds
Attachment
pageId
blogPostId
customContentId
Body
UpdateInlineCommentModel
UpdateFooterCommentModel
Task
id
localId
spaceId
SpaceProperty
Space
homepageId
PrimaryBodyRepresentation
PageInlineCommentModel
PageCommentModel
PageBodyWrite
Page
parentId
Label
name
prefix
InviteByEmail
InlineCommentModel
parentCommentId
InlineCommentChildrenModel
ContentStatus
FooterCommentModel
CustomContentVersion
CustomContentBodyWrite
CustomContent
CreateInlineCommentModel
inlineCommentProperties
CreateFooterCommentModel
ContentPropertyUpdateRequest
version
ContentIdToContentTypeResponse
CommentVersion
CommentBodyWrite
ChildrenCommentModel
ChildPage
ChildCustomContent
CheckAccessByEmail
BlogPostVersion
BlogPostInlineCommentModel
BlogPostCommentModel
BlogPostBodyWrite
BlogPost
results
_links
GET /tasks
I would like to extend my gratitude to the following individuals for their contributions and support:
The text was updated successfully, but these errors were encountered:
MrRefactoring
Successfully merging a pull request may close this issue.
Branch we are working
All PR should have a target for this branch.
General
sort?: {};
was incorrectly defined #46serializeIdsAsStrings
to true for all of endpoint use this. #47next()
function for all paginate endpoints. #110getAll...
for all paginate endpoints. (return all data recursively got from paginated endpoint) #117Api
data
property toblogPost.createBlogPost
#105data
property toblogPost.updateBlogPost
#106data
property tocustomContent.createCustomContent
#120data
property tocustomContent.updateCustomContent
#121data
property topage.createPage
#122data
property topage.updatePage
#123data
property totask.updateTask
#124data
property touser.checkAccessByEmail
#125data
property touser.inviteByEmail
#126comment.createFooterComment
method #127comment.createInlineComment
method #128getBlogPostById
#58getPageFooterComments
#59getPageInlineComments
#60getBlogPostFooterComments
#61getBlogPostInlineComments
#62getFooterCommentById
#64getFooterCommentChildren
#63getInlineCommentById
#65getInlineCommentChildren
#66getCustomContentByTypeInBlogPost
#67getCustomContentByType
#68getCustomContentById
#69getCustomContentByTypeInPage
#70getCustomContentByTypeInSpace
#71getLabelPages
#72getPages
#73getPageById
#74getPagesInSpace
#75getSpaces
#76getSpaceById
#77getBlogPostVersions
#78getPageVersions
#79getCustomContentVersions
#80getFooterCommentVersions
#81getInlineCommentVersions
#82getTasks
#83getTaskById
#84comment.getFooterCommentById
body
needs to clarify the type.comment.updateFooterComment
body
needs to clarify the type.comment.updateInlineComment
body
needs to clarify the type.content.convertContentIdsToContentTypes
contentIds
parameter should be added to the request.Models
Attachment
: clarify types forpageId
,blogPostId
,customContentId
. Mark optional parameters as required when it's needed.Body
: clarify interface properties and types of these properties.UpdateInlineCommentModel
: type ofbody
?UpdateFooterCommentModel
: type ofbody
?Task
: clarify types forid
,localId
,spaceId
,pageId
,blogPostId
. Mark optional parameters as required when it's needed.SpaceProperty
: clarify type forid
.Space
: clarify types forid
,homepageId
.PrimaryBodyRepresentation
clarify properties and properties types.PageInlineCommentModel
: clarify types forid
,pageId
. Mark optional parameters as required when it's needed.PageCommentModel
: clarify types forid
,pageId
. Mark optional parameters as required when it's needed.PageBodyWrite
: clarify properties.Page
: clarify types forid
,spaceId
,parentId
. Mark optional parameters as required when it's needed.Label
: clarify types forid
,name
,prefix
is optional?InviteByEmail
: clarify types.InlineCommentModel
: clarify types forid
,blogPostId
,pageId
,parentCommentId
. Mark optional parameters as required when it's needed.InlineCommentChildrenModel
: clarify types forid
,parentCommentId
. Mark optional parameters as required when it's needed.ContentStatus
: replateContentStatus
to a list of available statuses.FooterCommentModel
: clarify types forid
,blogPostId
,pageId
,parentCommentId
. Mark optional parameters as required when it's needed.CustomContentVersion
: Mark optional parameters as required when it's needed.CustomContentBodyWrite
: check types.CustomContent
: clarify types forid
,spaceId
,pageId
,blogPostId
,customContentId
. Mark optional parameters as required when it's needed.CreateInlineCommentModel
: clarify types forbody
,inlineCommentProperties
. Mark optional parameters as required when it's needed.CreateFooterCommentModel
: Mark optional parameters as required when it's needed.ContentPropertyUpdateRequest
:version
property should be clarified.ContentIdToContentTypeResponse
: clarify the type.CommentVersion
: Mark optional parameters as required when it's needed.CommentBodyWrite
: clarify the type.ChildrenCommentModel
clarify types foid
,parentCommentId
. Mark optional parameters as required when it's needed.ChildPage
: clarify types forid
,spaceId
. Mark optional parameters as required when it's needed.ChildCustomContent
: clarify types forid
,spaceId
. Mark optional parameters as required when it's needed.CheckAccessByEmail
: check types.BlogPostVersion
: Mark optional parameters as required when it's needed.BlogPostInlineCommentModel
: clarify types forid
,blogPostId
. Mark optional parameters as required when it's needed.BlogPostCommentModel
: clarify types forid
,blogPostId
. Mark optional parameters as required when it's needed.BlogPostBodyWrite
: clarify the type.BlogPost
: clarify types forid
,spaceId
. Mark optional parameters as required when it's needed.results
,_links
to wapper. #45Paramerters
GET /tasks
endpoint #57Special thanks
I would like to extend my gratitude to the following individuals for their contributions and support:
Convert Dash-Cased Parameters to CamelCase in
getPageInlineComments
#60Convert Dash-Cased Parameters to CamelCase in
getBlogPostFooterComments
#61Convert Dash-Cased Parameters to CamelCase in
getBlogPostInlineComments
#62Convert Dash-Cased Parameters to CamelCase in
getFooterCommentChildren
#63Convert Dash-Cased Parameters to CamelCase in
getFooterCommentById
#64Convert Dash-Cased Parameters to CamelCase in
getInlineCommentById
#65Convert Dash-Cased Parameters to CamelCase in
getInlineCommentChildren
#66Convert Dash-Cased Parameters to CamelCase in
getCustomContentByTypeInBlogPost
#67Convert Dash-Cased Parameters to CamelCase in
getCustomContentByType
#68Convert Dash-Cased Parameters to CamelCase in
getCustomContentById
#69Convert Dash-Cased Parameters to CamelCase in
getCustomContentByTypeInPage
#70Convert Dash-Cased Parameters to CamelCase in
getCustomContentByTypeInSpace
#71Convert Dash-Cased Parameters to CamelCase in
getLabelPages
#72Convert Dash-Cased Parameters to CamelCase in
getPages
#73Convert Dash-Cased Parameters to CamelCase in
getPageById
#74Convert Dash-Cased Parameters to CamelCase in
getPagesInSpace
#75Convert Dash-Cased Parameters to CamelCase in
getSpaces
#76Convert Dash-Cased Parameters to CamelCase in
getSpaceById
#77Convert Dash-Cased Parameters to CamelCase in
getBlogPostVersions
#78Convert Dash-Cased Parameters to CamelCase in
getPageVersions
#79Convert Dash-Cased Parameters to CamelCase in
getCustomContentVersions
#80Convert Dash-Cased Parameters to CamelCase in
getFooterCommentVersions
#81Convert Dash-Cased Parameters to CamelCase in
getTaskById
#84Convert Dash-Cased Parameters to CamelCase in
getBlogPostById
#58Convert Dash-Cased Parameters to CamelCase in
getTasks
#83Convert Dash-Cased Parameters to CamelCase in
getInlineCommentVersions
#82Convert Dash-Cased Parameters to CamelCase in
getPageFooterComments
#59The text was updated successfully, but these errors were encountered: