@resolution/confluence-api-client 0.5.2 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +33 -1
  3. package/lib/openapi/{v1/core → core}/CommonHttpClient.d.ts +54 -3
  4. package/lib/openapi/{v2/core → core}/CommonHttpClient.js +14 -0
  5. package/lib/openapi/core/CommonHttpClient.js.map +1 -0
  6. package/lib/openapi/{v2/core → core}/CommonHttpService.d.ts +17 -0
  7. package/lib/openapi/{v1/core → core}/CommonHttpService.js +11 -0
  8. package/lib/openapi/core/CommonHttpService.js.map +1 -0
  9. package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -0
  10. package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +2 -2
  11. package/lib/openapi/v1/BaseConfluenceApiV1Client.js +2 -2
  12. package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -1
  13. package/lib/openapi/v1/models/audit.d.ts +1 -1
  14. package/lib/openapi/v1/models/common.d.ts +2 -1
  15. package/lib/openapi/v1/models/common.js +1 -0
  16. package/lib/openapi/v1/models/common.js.map +1 -1
  17. package/lib/openapi/v1/models/content.d.ts +1 -1
  18. package/lib/openapi/v1/models/contentAttachments.d.ts +1 -1
  19. package/lib/openapi/v1/models/contentBody.d.ts +1 -1
  20. package/lib/openapi/v1/models/contentChildrenAndDescendants.d.ts +1 -1
  21. package/lib/openapi/v1/models/contentLabels.d.ts +1 -1
  22. package/lib/openapi/v1/models/contentMacroBody.d.ts +1 -1
  23. package/lib/openapi/v1/models/contentPermissions.d.ts +1 -1
  24. package/lib/openapi/v1/models/contentProperties.d.ts +1 -1
  25. package/lib/openapi/v1/models/contentRestrictions.d.ts +1 -1
  26. package/lib/openapi/v1/models/contentStates.d.ts +1 -1
  27. package/lib/openapi/v1/models/contentVersions.d.ts +1 -1
  28. package/lib/openapi/v1/models/contentWatches.d.ts +1 -1
  29. package/lib/openapi/v1/models/dynamicModules.d.ts +7 -4
  30. package/lib/openapi/v1/models/dynamicModules.js.map +1 -1
  31. package/lib/openapi/v1/models/group.d.ts +1 -1
  32. package/lib/openapi/v1/models/inlineTasks.d.ts +1 -1
  33. package/lib/openapi/v1/models/labelInfo.d.ts +1 -1
  34. package/lib/openapi/v1/models/longRunningTask.d.ts +1 -1
  35. package/lib/openapi/v1/models/relation.d.ts +1 -1
  36. package/lib/openapi/v1/models/search.d.ts +1 -1
  37. package/lib/openapi/v1/models/settings.d.ts +1 -1
  38. package/lib/openapi/v1/models/space.d.ts +11 -4
  39. package/lib/openapi/v1/models/space.js +2 -1
  40. package/lib/openapi/v1/models/space.js.map +1 -1
  41. package/lib/openapi/v1/models/spacePermissions.d.ts +1 -1
  42. package/lib/openapi/v1/models/spaceProperties.d.ts +1 -1
  43. package/lib/openapi/v1/models/spaceSettings.d.ts +1 -1
  44. package/lib/openapi/v1/models/template.d.ts +1 -1
  45. package/lib/openapi/v1/models/themes.d.ts +1 -1
  46. package/lib/openapi/v1/models/userProperties.d.ts +1 -1
  47. package/lib/openapi/v1/models/users.d.ts +1 -1
  48. package/lib/openapi/v1/services/AnalyticsService.d.ts +9 -5
  49. package/lib/openapi/v1/services/AnalyticsService.js +6 -4
  50. package/lib/openapi/v1/services/AnalyticsService.js.map +1 -1
  51. package/lib/openapi/v1/services/AuditService.d.ts +15 -9
  52. package/lib/openapi/v1/services/AuditService.js +15 -9
  53. package/lib/openapi/v1/services/AuditService.js.map +1 -1
  54. package/lib/openapi/v1/services/ContentAttachmentsService.d.ts +13 -7
  55. package/lib/openapi/v1/services/ContentAttachmentsService.js +14 -8
  56. package/lib/openapi/v1/services/ContentAttachmentsService.js.map +1 -1
  57. package/lib/openapi/v1/services/ContentBodyService.d.ts +8 -6
  58. package/lib/openapi/v1/services/ContentBodyService.js +9 -7
  59. package/lib/openapi/v1/services/ContentBodyService.js.map +1 -1
  60. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.d.ts +18 -10
  61. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +19 -11
  62. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -1
  63. package/lib/openapi/v1/services/ContentCommentsService.d.ts +3 -2
  64. package/lib/openapi/v1/services/ContentCommentsService.js +4 -3
  65. package/lib/openapi/v1/services/ContentCommentsService.js.map +1 -1
  66. package/lib/openapi/v1/services/ContentLabelsService.d.ts +9 -5
  67. package/lib/openapi/v1/services/ContentLabelsService.js +10 -6
  68. package/lib/openapi/v1/services/ContentLabelsService.js.map +1 -1
  69. package/lib/openapi/v1/services/ContentMacroBodyService.d.ts +7 -6
  70. package/lib/openapi/v1/services/ContentMacroBodyService.js +8 -7
  71. package/lib/openapi/v1/services/ContentMacroBodyService.js.map +1 -1
  72. package/lib/openapi/v1/services/ContentPermissionsService.d.ts +3 -2
  73. package/lib/openapi/v1/services/ContentPermissionsService.js +4 -3
  74. package/lib/openapi/v1/services/ContentPermissionsService.js.map +1 -1
  75. package/lib/openapi/v1/services/ContentPropertiesService.d.ts +13 -7
  76. package/lib/openapi/v1/services/ContentPropertiesService.js +14 -8
  77. package/lib/openapi/v1/services/ContentPropertiesService.js.map +1 -1
  78. package/lib/openapi/v1/services/ContentRestrictionsService.d.ts +31 -22
  79. package/lib/openapi/v1/services/ContentRestrictionsService.js +32 -23
  80. package/lib/openapi/v1/services/ContentRestrictionsService.js.map +1 -1
  81. package/lib/openapi/v1/services/ContentService.d.ts +21 -11
  82. package/lib/openapi/v1/services/ContentService.js +22 -12
  83. package/lib/openapi/v1/services/ContentService.js.map +1 -1
  84. package/lib/openapi/v1/services/ContentStatesService.d.ts +21 -12
  85. package/lib/openapi/v1/services/ContentStatesService.js +22 -13
  86. package/lib/openapi/v1/services/ContentStatesService.js.map +1 -1
  87. package/lib/openapi/v1/services/ContentVersionsService.d.ts +9 -5
  88. package/lib/openapi/v1/services/ContentVersionsService.js +10 -6
  89. package/lib/openapi/v1/services/ContentVersionsService.js.map +1 -1
  90. package/lib/openapi/v1/services/ContentWatchesService.d.ts +25 -13
  91. package/lib/openapi/v1/services/ContentWatchesService.js +26 -14
  92. package/lib/openapi/v1/services/ContentWatchesService.js.map +1 -1
  93. package/lib/openapi/v1/services/DynamicModulesService.d.ts +6 -4
  94. package/lib/openapi/v1/services/DynamicModulesService.js +7 -5
  95. package/lib/openapi/v1/services/DynamicModulesService.js.map +1 -1
  96. package/lib/openapi/v1/services/ExperimentalService.d.ts +13 -9
  97. package/lib/openapi/v1/services/ExperimentalService.js +14 -10
  98. package/lib/openapi/v1/services/ExperimentalService.js.map +1 -1
  99. package/lib/openapi/v1/services/GroupService.d.ts +31 -16
  100. package/lib/openapi/v1/services/GroupService.js +32 -17
  101. package/lib/openapi/v1/services/GroupService.js.map +1 -1
  102. package/lib/openapi/v1/services/InlineTasksService.d.ts +7 -4
  103. package/lib/openapi/v1/services/InlineTasksService.js +8 -5
  104. package/lib/openapi/v1/services/InlineTasksService.js.map +1 -1
  105. package/lib/openapi/v1/services/LabelInfoService.d.ts +3 -2
  106. package/lib/openapi/v1/services/LabelInfoService.js +4 -3
  107. package/lib/openapi/v1/services/LabelInfoService.js.map +1 -1
  108. package/lib/openapi/v1/services/LongRunningTaskService.d.ts +5 -3
  109. package/lib/openapi/v1/services/LongRunningTaskService.js +6 -4
  110. package/lib/openapi/v1/services/LongRunningTaskService.js.map +1 -1
  111. package/lib/openapi/v1/services/RelationService.d.ts +12 -13
  112. package/lib/openapi/v1/services/RelationService.js +13 -14
  113. package/lib/openapi/v1/services/RelationService.js.map +1 -1
  114. package/lib/openapi/v1/services/SearchService.d.ts +5 -3
  115. package/lib/openapi/v1/services/SearchService.js +6 -4
  116. package/lib/openapi/v1/services/SearchService.js.map +1 -1
  117. package/lib/openapi/v1/services/SettingsService.d.ts +14 -11
  118. package/lib/openapi/v1/services/SettingsService.js +15 -12
  119. package/lib/openapi/v1/services/SettingsService.js.map +1 -1
  120. package/lib/openapi/v1/services/SpacePermissionsService.d.ts +7 -4
  121. package/lib/openapi/v1/services/SpacePermissionsService.js +8 -5
  122. package/lib/openapi/v1/services/SpacePermissionsService.js.map +1 -1
  123. package/lib/openapi/v1/services/SpacePropertiesService.d.ts +13 -7
  124. package/lib/openapi/v1/services/SpacePropertiesService.js +14 -8
  125. package/lib/openapi/v1/services/SpacePropertiesService.js.map +1 -1
  126. package/lib/openapi/v1/services/SpaceService.d.ts +20 -15
  127. package/lib/openapi/v1/services/SpaceService.js +21 -16
  128. package/lib/openapi/v1/services/SpaceService.js.map +1 -1
  129. package/lib/openapi/v1/services/SpaceSettingsService.d.ts +5 -3
  130. package/lib/openapi/v1/services/SpaceSettingsService.js +6 -4
  131. package/lib/openapi/v1/services/SpaceSettingsService.js.map +1 -1
  132. package/lib/openapi/v1/services/TemplateService.d.ts +15 -11
  133. package/lib/openapi/v1/services/TemplateService.js +16 -12
  134. package/lib/openapi/v1/services/TemplateService.js.map +1 -1
  135. package/lib/openapi/v1/services/ThemesService.d.ts +12 -7
  136. package/lib/openapi/v1/services/ThemesService.js +13 -8
  137. package/lib/openapi/v1/services/ThemesService.js.map +1 -1
  138. package/lib/openapi/v1/services/UserPropertiesService.d.ts +11 -6
  139. package/lib/openapi/v1/services/UserPropertiesService.js +12 -7
  140. package/lib/openapi/v1/services/UserPropertiesService.js.map +1 -1
  141. package/lib/openapi/v1/services/UsersService.d.ts +15 -8
  142. package/lib/openapi/v1/services/UsersService.js +16 -9
  143. package/lib/openapi/v1/services/UsersService.js.map +1 -1
  144. package/lib/openapi/v1/validationSchemaStorage.d.ts +1 -1
  145. package/lib/openapi/v1/validationSchemaStorage.js +1 -1
  146. package/lib/openapi/v1/validationSchemaStorage.js.map +1 -1
  147. package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +2 -2
  148. package/lib/openapi/v2/BaseConfluenceApiV2Client.js +2 -2
  149. package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -1
  150. package/lib/openapi/v2/models/ancestors.d.ts +1 -1
  151. package/lib/openapi/v2/models/attachment.d.ts +1 -1
  152. package/lib/openapi/v2/models/blogPost.d.ts +1 -1
  153. package/lib/openapi/v2/models/children.d.ts +1 -1
  154. package/lib/openapi/v2/models/classificationLevel.d.ts +1 -1
  155. package/lib/openapi/v2/models/comment.d.ts +1 -1
  156. package/lib/openapi/v2/models/common.d.ts +1 -1
  157. package/lib/openapi/v2/models/content.d.ts +1 -1
  158. package/lib/openapi/v2/models/contentProperties.d.ts +1 -1
  159. package/lib/openapi/v2/models/customContent.d.ts +1 -1
  160. package/lib/openapi/v2/models/dataPolicies.d.ts +1 -1
  161. package/lib/openapi/v2/models/database.d.ts +1 -1
  162. package/lib/openapi/v2/models/operation.d.ts +1 -1
  163. package/lib/openapi/v2/models/page.d.ts +1 -1
  164. package/lib/openapi/v2/models/smartLink.d.ts +1 -1
  165. package/lib/openapi/v2/models/space.d.ts +1 -1
  166. package/lib/openapi/v2/models/spaceProperties.d.ts +1 -1
  167. package/lib/openapi/v2/models/task.d.ts +1 -1
  168. package/lib/openapi/v2/models/user.d.ts +1 -1
  169. package/lib/openapi/v2/models/version.d.ts +1 -1
  170. package/lib/openapi/v2/models/whiteboard.d.ts +1 -1
  171. package/lib/openapi/v2/services/AncestorsService.d.ts +9 -5
  172. package/lib/openapi/v2/services/AncestorsService.js +10 -6
  173. package/lib/openapi/v2/services/AncestorsService.js.map +1 -1
  174. package/lib/openapi/v2/services/AttachmentService.d.ts +16 -10
  175. package/lib/openapi/v2/services/AttachmentService.js +17 -11
  176. package/lib/openapi/v2/services/AttachmentService.js.map +1 -1
  177. package/lib/openapi/v2/services/BlogPostService.d.ts +16 -10
  178. package/lib/openapi/v2/services/BlogPostService.js +17 -11
  179. package/lib/openapi/v2/services/BlogPostService.js.map +1 -1
  180. package/lib/openapi/v2/services/ChildrenService.d.ts +5 -3
  181. package/lib/openapi/v2/services/ChildrenService.js +6 -4
  182. package/lib/openapi/v2/services/ChildrenService.js.map +1 -1
  183. package/lib/openapi/v2/services/ClassificationLevelService.d.ts +20 -11
  184. package/lib/openapi/v2/services/ClassificationLevelService.js +21 -12
  185. package/lib/openapi/v2/services/ClassificationLevelService.js.map +1 -1
  186. package/lib/openapi/v2/services/CommentService.d.ts +37 -19
  187. package/lib/openapi/v2/services/CommentService.js +38 -20
  188. package/lib/openapi/v2/services/CommentService.js.map +1 -1
  189. package/lib/openapi/v2/services/ContentPropertiesService.d.ts +81 -41
  190. package/lib/openapi/v2/services/ContentPropertiesService.js +82 -42
  191. package/lib/openapi/v2/services/ContentPropertiesService.js.map +1 -1
  192. package/lib/openapi/v2/services/ContentService.d.ts +4 -4
  193. package/lib/openapi/v2/services/ContentService.js +5 -5
  194. package/lib/openapi/v2/services/ContentService.js.map +1 -1
  195. package/lib/openapi/v2/services/CustomContentService.d.ts +17 -9
  196. package/lib/openapi/v2/services/CustomContentService.js +18 -10
  197. package/lib/openapi/v2/services/CustomContentService.js.map +1 -1
  198. package/lib/openapi/v2/services/DataPoliciesService.d.ts +4 -3
  199. package/lib/openapi/v2/services/DataPoliciesService.js +5 -4
  200. package/lib/openapi/v2/services/DataPoliciesService.js.map +1 -1
  201. package/lib/openapi/v2/services/DatabaseService.d.ts +7 -4
  202. package/lib/openapi/v2/services/DatabaseService.js +8 -5
  203. package/lib/openapi/v2/services/DatabaseService.js.map +1 -1
  204. package/lib/openapi/v2/services/LabelService.d.ts +15 -8
  205. package/lib/openapi/v2/services/LabelService.js +16 -9
  206. package/lib/openapi/v2/services/LabelService.js.map +1 -1
  207. package/lib/openapi/v2/services/LikeService.d.ts +17 -9
  208. package/lib/openapi/v2/services/LikeService.js +18 -10
  209. package/lib/openapi/v2/services/LikeService.js.map +1 -1
  210. package/lib/openapi/v2/services/OperationService.d.ts +21 -11
  211. package/lib/openapi/v2/services/OperationService.js +22 -12
  212. package/lib/openapi/v2/services/OperationService.js.map +1 -1
  213. package/lib/openapi/v2/services/PageService.d.ts +24 -10
  214. package/lib/openapi/v2/services/PageService.js +16 -9
  215. package/lib/openapi/v2/services/PageService.js.map +1 -1
  216. package/lib/openapi/v2/services/SmartLinkService.d.ts +7 -4
  217. package/lib/openapi/v2/services/SmartLinkService.js +8 -5
  218. package/lib/openapi/v2/services/SmartLinkService.js.map +1 -1
  219. package/lib/openapi/v2/services/SpacePermissionsService.d.ts +3 -2
  220. package/lib/openapi/v2/services/SpacePermissionsService.js +4 -3
  221. package/lib/openapi/v2/services/SpacePermissionsService.js.map +1 -1
  222. package/lib/openapi/v2/services/SpacePropertiesService.d.ts +12 -8
  223. package/lib/openapi/v2/services/SpacePropertiesService.js +13 -9
  224. package/lib/openapi/v2/services/SpacePropertiesService.js.map +1 -1
  225. package/lib/openapi/v2/services/SpaceService.d.ts +5 -3
  226. package/lib/openapi/v2/services/SpaceService.js +6 -4
  227. package/lib/openapi/v2/services/SpaceService.js.map +1 -1
  228. package/lib/openapi/v2/services/TaskService.d.ts +7 -4
  229. package/lib/openapi/v2/services/TaskService.js +8 -5
  230. package/lib/openapi/v2/services/TaskService.js.map +1 -1
  231. package/lib/openapi/v2/services/UserService.d.ts +8 -6
  232. package/lib/openapi/v2/services/UserService.js +9 -7
  233. package/lib/openapi/v2/services/UserService.js.map +1 -1
  234. package/lib/openapi/v2/services/VersionService.d.ts +25 -13
  235. package/lib/openapi/v2/services/VersionService.js +26 -14
  236. package/lib/openapi/v2/services/VersionService.js.map +1 -1
  237. package/lib/openapi/v2/services/WhiteboardService.d.ts +7 -4
  238. package/lib/openapi/v2/services/WhiteboardService.js +8 -5
  239. package/lib/openapi/v2/services/WhiteboardService.js.map +1 -1
  240. package/lib/openapi/v2/validationSchemaStorage.d.ts +1 -1
  241. package/lib/openapi/v2/validationSchemaStorage.js +1 -1
  242. package/lib/openapi/v2/validationSchemaStorage.js.map +1 -1
  243. package/package.json +3 -3
  244. package/lib/openapi/v1/core/CommonHttpClient.js +0 -390
  245. package/lib/openapi/v1/core/CommonHttpClient.js.map +0 -1
  246. package/lib/openapi/v1/core/CommonHttpService.d.ts +0 -9
  247. package/lib/openapi/v1/core/CommonHttpService.js.map +0 -1
  248. package/lib/openapi/v1/core/CommonValidationSchemaStorage.js.map +0 -1
  249. package/lib/openapi/v2/core/CommonHttpClient.d.ts +0 -196
  250. package/lib/openapi/v2/core/CommonHttpClient.js.map +0 -1
  251. package/lib/openapi/v2/core/CommonHttpService.js +0 -29
  252. package/lib/openapi/v2/core/CommonHttpService.js.map +0 -1
  253. package/lib/openapi/v2/core/CommonValidationSchemaStorage.d.ts +0 -35
  254. package/lib/openapi/v2/core/CommonValidationSchemaStorage.js +0 -65
  255. package/lib/openapi/v2/core/CommonValidationSchemaStorage.js.map +0 -1
  256. /package/lib/openapi/{v1/core → core}/CommonValidationSchemaStorage.d.ts +0 -0
  257. /package/lib/openapi/{v1/core → core}/CommonValidationSchemaStorage.js +0 -0
@@ -1,4 +1,4 @@
1
- import { CommonHttpService } from "../core/CommonHttpService";
1
+ import { CommonHttpService } from "../../core/CommonHttpService";
2
2
  import { type ContentProperty, type MultiEntityLinks } from "../models/common";
3
3
  import type { ContentPropertyCreateRequest, ContentPropertySortOrder, ContentPropertyUpdateRequest } from "../models/contentProperties";
4
4
  /** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties */
@@ -10,9 +10,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
10
10
  * Permission to update the attachment.
11
11
  *
12
12
  * @returns Returned if the content property was created successfully.
13
- * @path {POST} /attachments/{attachment-id}/properties
13
+ * @path POST `/attachments/{attachment-id}/properties`
14
14
  * @scopes-current read:attachment:confluence, write:attachment:confluence
15
15
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-attachments-attachment-id-properties-post
16
+ * @param params
16
17
  */
17
18
  createAttachmentProperty: ({ attachmentId, contentPropertyCreateRequest, }: {
18
19
  /** The ID of the attachment to create a property for. */
@@ -27,9 +28,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
27
28
  * Permission to update the blog post.
28
29
  *
29
30
  * @returns Returned if the content property was created successfully.
30
- * @path {POST} /blogposts/{blogpost-id}/properties
31
+ * @path POST `/blogposts/{blogpost-id}/properties`
31
32
  * @scopes-current read:page:confluence, write:page:confluence
32
33
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-blogposts-blogpost-id-properties-post
34
+ * @param params
33
35
  */
34
36
  createBlogpostProperty: ({ blogpostId, contentPropertyCreateRequest, }: {
35
37
  /** The ID of the blog post to create a property for. */
@@ -44,9 +46,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
44
46
  * Permission to update the comment.
45
47
  *
46
48
  * @returns Returned if the content property was created successfully.
47
- * @path {POST} /comments/{comment-id}/properties
49
+ * @path POST `/comments/{comment-id}/properties`
48
50
  * @scopes-current read:comment:confluence, write:comment:confluence
49
51
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-comments-comment-id-properties-post
52
+ * @param params
50
53
  */
51
54
  createCommentProperty: ({ commentId, contentPropertyCreateRequest, }: {
52
55
  /** The ID of the comment to create a property for. */
@@ -61,9 +64,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
61
64
  * Permission to update the custom content.
62
65
  *
63
66
  * @returns Returned if the content property was created successfully.
64
- * @path {POST} /custom-content/{custom-content-id}/properties
67
+ * @path POST `/custom-content/{custom-content-id}/properties`
65
68
  * @scopes-current read:custom-content:confluence, write:custom-content:confluence
66
69
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-custom-content-custom-content-id-properties-post
70
+ * @param params
67
71
  */
68
72
  createCustomContentProperty: ({ customContentId, contentPropertyCreateRequest, }: {
69
73
  /** The ID of the custom content to create a property for. */
@@ -78,9 +82,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
78
82
  * Permission to update the database.
79
83
  *
80
84
  * @returns Returned if the content property was created successfully.
81
- * @path {POST} /databases/{id}/properties
85
+ * @path POST `/databases/{id}/properties`
82
86
  * @scopes-current read:database:confluence, write:database:confluence
83
87
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-databases-id-properties-post
88
+ * @param params
84
89
  */
85
90
  createDatabaseProperty: ({ id, contentPropertyCreateRequest, }: {
86
91
  /** The ID of the database to create a property for. */
@@ -95,9 +100,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
95
100
  * Permission to update the page.
96
101
  *
97
102
  * @returns Returned if the content property was created successfully.
98
- * @path {POST} /pages/{page-id}/properties
103
+ * @path POST `/pages/{page-id}/properties`
99
104
  * @scopes-current read:page:confluence, write:page:confluence
100
105
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-pages-page-id-properties-post
106
+ * @param params
101
107
  */
102
108
  createPageProperty: ({ pageId, contentPropertyCreateRequest, }: {
103
109
  /** The ID of the page to create a property for. */
@@ -112,9 +118,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
112
118
  * Permission to update the Smart Link in the content tree.
113
119
  *
114
120
  * @returns Returned if the content property was created successfully.
115
- * @path {POST} /embeds/{id}/properties
121
+ * @path POST `/embeds/{id}/properties`
116
122
  * @scopes-current read:embed:confluence, write:embed:confluence
117
123
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-embeds-id-properties-post
124
+ * @param params
118
125
  */
119
126
  createSmartLinkProperty: ({ id, contentPropertyCreateRequest, }: {
120
127
  /** The ID of the Smart Link in the content tree to create a property for. */
@@ -129,9 +136,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
129
136
  * Permission to update the whiteboard.
130
137
  *
131
138
  * @returns Returned if the content property was created successfully.
132
- * @path {POST} /whiteboards/{id}/properties
139
+ * @path POST `/whiteboards/{id}/properties`
133
140
  * @scopes-current read:whiteboard:confluence, write:whiteboard:confluence
134
141
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-whiteboards-id-properties-post
142
+ * @param params
135
143
  */
136
144
  createWhiteboardProperty: ({ id, contentPropertyCreateRequest, }: {
137
145
  /** The ID of the whiteboard to create a property for. */
@@ -145,9 +153,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
145
153
  * **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
146
154
  * Permission to attachment the page.
147
155
  *
148
- * @path {DELETE} /attachments/{attachment-id}/properties/{property-id}
156
+ * @path DELETE `/attachments/{attachment-id}/properties/{property-id}`
149
157
  * @scopes-current read:attachment:confluence, write:attachment:confluence
150
158
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-attachments-attachment-id-properties-property-id-delete
159
+ * @param params
151
160
  */
152
161
  deleteAttachmentPropertyById: ({ attachmentId, propertyId, }: {
153
162
  /** The ID of the attachment the property belongs to. */
@@ -161,9 +170,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
161
170
  * **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
162
171
  * Permission to edit the blog post.
163
172
  *
164
- * @path {DELETE} /blogposts/{blogpost-id}/properties/{property-id}
173
+ * @path DELETE `/blogposts/{blogpost-id}/properties/{property-id}`
165
174
  * @scopes-current read:page:confluence, write:page:confluence
166
175
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-blogposts-blogpost-id-properties-property-id-delete
176
+ * @param params
167
177
  */
168
178
  deleteBlogpostPropertyById: ({ blogpostId, propertyId, }: {
169
179
  /** The ID of the blog post the property belongs to. */
@@ -177,9 +187,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
177
187
  * **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
178
188
  * Permission to edit the comment.
179
189
  *
180
- * @path {DELETE} /comments/{comment-id}/properties/{property-id}
190
+ * @path DELETE `/comments/{comment-id}/properties/{property-id}`
181
191
  * @scopes-current read:comment:confluence, write:comment:confluence
182
192
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-comments-comment-id-properties-property-id-delete
193
+ * @param params
183
194
  */
184
195
  deleteCommentPropertyById: ({ commentId, propertyId, }: {
185
196
  /** The ID of the comment the property belongs to. */
@@ -193,9 +204,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
193
204
  * **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
194
205
  * Permission to edit the custom content.
195
206
  *
196
- * @path {DELETE} /custom-content/{custom-content-id}/properties/{property-id}
207
+ * @path DELETE `/custom-content/{custom-content-id}/properties/{property-id}`
197
208
  * @scopes-current read:custom-content:confluence, write:custom-content:confluence
198
209
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-custom-content-custom-content-id-properties-property-id-delete
210
+ * @param params
199
211
  */
200
212
  deleteCustomContentPropertyById: ({ customContentId, propertyId, }: {
201
213
  /** The ID of the custom content the property belongs to. */
@@ -209,9 +221,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
209
221
  * **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
210
222
  * Permission to edit the database.
211
223
  *
212
- * @path {DELETE} /databases/{database-id}/properties/{property-id}
224
+ * @path DELETE `/databases/{database-id}/properties/{property-id}`
213
225
  * @scopes-current read:database:confluence, write:database:confluence
214
226
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-databases-database-id-properties-property-id-delete
227
+ * @param params
215
228
  */
216
229
  deleteDatabasePropertyById: ({ databaseId, propertyId, }: {
217
230
  /** The ID of the database the property belongs to. */
@@ -225,9 +238,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
225
238
  * **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
226
239
  * Permission to edit the page.
227
240
  *
228
- * @path {DELETE} /pages/{page-id}/properties/{property-id}
241
+ * @path DELETE `/pages/{page-id}/properties/{property-id}`
229
242
  * @scopes-current read:page:confluence, write:page:confluence
230
243
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-pages-page-id-properties-property-id-delete
244
+ * @param params
231
245
  */
232
246
  deletePagePropertyById: ({ pageId, propertyId, }: {
233
247
  /** The ID of the page the property belongs to. */
@@ -241,9 +255,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
241
255
  * **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
242
256
  * Permission to edit the Smart Link in the content tree.
243
257
  *
244
- * @path {DELETE} /embeds/{embed-id}/properties/{property-id}
258
+ * @path DELETE `/embeds/{embed-id}/properties/{property-id}`
245
259
  * @scopes-current read:embed:confluence, write:embed:confluence
246
260
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-embeds-embed-id-properties-property-id-delete
261
+ * @param params
247
262
  */
248
263
  deleteSmartLinkPropertyById: ({ embedId, propertyId, }: {
249
264
  /** The ID of the Smart Link in the content tree the property belongs to. */
@@ -257,9 +272,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
257
272
  * **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
258
273
  * Permission to edit the whiteboard.
259
274
  *
260
- * @path {DELETE} /whiteboards/{whiteboard-id}/properties/{property-id}
275
+ * @path DELETE `/whiteboards/{whiteboard-id}/properties/{property-id}`
261
276
  * @scopes-current read:whiteboard:confluence, write:whiteboard:confluence
262
277
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-whiteboards-whiteboard-id-properties-property-id-delete
278
+ * @param params
263
279
  */
264
280
  deleteWhiteboardPropertyById: ({ whiteboardId, propertyId, }: {
265
281
  /** The ID of the whiteboard the property belongs to. */
@@ -274,9 +290,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
274
290
  * Permission to view the attachment.
275
291
  *
276
292
  * @returns Returned if the requested content properties are successfully retrieved.
277
- * @path {GET} /attachments/{attachment-id}/properties
293
+ * @path GET `/attachments/{attachment-id}/properties`
278
294
  * @scopes-current read:attachment:confluence
279
295
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-attachments-attachment-id-properties-get
296
+ * @param params
280
297
  */
281
298
  getAttachmentContentProperties: ({ attachmentId, key, sort, cursor, limit, }: {
282
299
  /** The ID of the attachment for which content properties should be returned. */
@@ -314,9 +331,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
314
331
  * Permission to view the attachment.
315
332
  *
316
333
  * @returns Returned if the requested content property is successfully retrieved.
317
- * @path {GET} /attachments/{attachment-id}/properties/{property-id}
334
+ * @path GET `/attachments/{attachment-id}/properties/{property-id}`
318
335
  * @scopes-current read:attachment:confluence
319
336
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-attachments-attachment-id-properties-property-id-get
337
+ * @param params
320
338
  */
321
339
  getAttachmentContentPropertiesById: ({ attachmentId, propertyId, }: {
322
340
  /** The ID of the attachment for which content properties should be returned. */
@@ -331,9 +349,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
331
349
  * Permission to view the blog post.
332
350
  *
333
351
  * @returns Returned if the requested content properties are successfully retrieved.
334
- * @path {GET} /blogposts/{blogpost-id}/properties
352
+ * @path GET `/blogposts/{blogpost-id}/properties`
335
353
  * @scopes-current read:page:confluence
336
354
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-blogposts-blogpost-id-properties-get
355
+ * @param params
337
356
  */
338
357
  getBlogpostContentProperties: ({ blogpostId, key, sort, cursor, limit, }: {
339
358
  /** The ID of the blog post for which content properties should be returned. */
@@ -371,9 +390,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
371
390
  * Permission to view the blog post.
372
391
  *
373
392
  * @returns Returned if the requested content property is successfully retrieved.
374
- * @path {GET} /blogposts/{blogpost-id}/properties/{property-id}
393
+ * @path GET `/blogposts/{blogpost-id}/properties/{property-id}`
375
394
  * @scopes-current read:page:confluence
376
395
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-blogposts-blogpost-id-properties-property-id-get
396
+ * @param params
377
397
  */
378
398
  getBlogpostContentPropertiesById: ({ blogpostId, propertyId, }: {
379
399
  /** The ID of the blog post for which content properties should be returned. */
@@ -388,9 +408,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
388
408
  * Permission to view the comment.
389
409
  *
390
410
  * @returns Returned if the requested content properties are successfully retrieved.
391
- * @path {GET} /comments/{comment-id}/properties
411
+ * @path GET `/comments/{comment-id}/properties`
392
412
  * @scopes-current read:comment:confluence
393
413
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-comments-comment-id-properties-get
414
+ * @param params
394
415
  */
395
416
  getCommentContentProperties: ({ commentId, key, sort, cursor, limit, }: {
396
417
  /** The ID of the comment for which content properties should be returned. */
@@ -428,9 +449,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
428
449
  * Permission to view the comment.
429
450
  *
430
451
  * @returns Returned if the requested content property is successfully retrieved.
431
- * @path {GET} /comments/{comment-id}/properties/{property-id}
452
+ * @path GET `/comments/{comment-id}/properties/{property-id}`
432
453
  * @scopes-current read:comment:confluence
433
454
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-comments-comment-id-properties-property-id-get
455
+ * @param params
434
456
  */
435
457
  getCommentContentPropertiesById: ({ commentId, propertyId, }: {
436
458
  /** The ID of the comment for which content properties should be returned. */
@@ -445,9 +467,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
445
467
  * Permission to view the custom content.
446
468
  *
447
469
  * @returns Returned if the requested content properties are successfully retrieved.
448
- * @path {GET} /custom-content/{custom-content-id}/properties
470
+ * @path GET `/custom-content/{custom-content-id}/properties`
449
471
  * @scopes-current read:custom-content:confluence
450
472
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-custom-content-custom-content-id-properties-get
473
+ * @param params
451
474
  */
452
475
  getCustomContentContentProperties: ({ customContentId, key, sort, cursor, limit, }: {
453
476
  /** The ID of the custom content for which content properties should be returned. */
@@ -485,9 +508,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
485
508
  * Permission to view the page.
486
509
  *
487
510
  * @returns Returned if the requested content property is successfully retrieved.
488
- * @path {GET} /custom-content/{custom-content-id}/properties/{property-id}
511
+ * @path GET `/custom-content/{custom-content-id}/properties/{property-id}`
489
512
  * @scopes-current read:custom-content:confluence
490
513
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-custom-content-custom-content-id-properties-property-id-get
514
+ * @param params
491
515
  */
492
516
  getCustomContentContentPropertiesById: ({ customContentId, propertyId, }: {
493
517
  /** The ID of the custom content for which content properties should be returned. */
@@ -502,9 +526,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
502
526
  * Permission to view the database.
503
527
  *
504
528
  * @returns Returned if the requested content properties are successfully retrieved.
505
- * @path {GET} /databases/{id}/properties
529
+ * @path GET `/databases/{id}/properties`
506
530
  * @scopes-current read:database:confluence
507
531
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-databases-id-properties-get
532
+ * @param params
508
533
  */
509
534
  getDatabaseContentProperties: ({ id, key, sort, cursor, limit, }: {
510
535
  /** The ID of the database for which content properties should be returned. */
@@ -542,9 +567,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
542
567
  * Permission to view the database.
543
568
  *
544
569
  * @returns Returned if the requested content property is successfully retrieved.
545
- * @path {GET} /databases/{database-id}/properties/{property-id}
570
+ * @path GET `/databases/{database-id}/properties/{property-id}`
546
571
  * @scopes-current read:database:confluence
547
572
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-databases-database-id-properties-property-id-get
573
+ * @param params
548
574
  */
549
575
  getDatabaseContentPropertiesById: ({ databaseId, propertyId, }: {
550
576
  /** The ID of the database for which content properties should be returned. */
@@ -559,9 +585,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
559
585
  * Permission to view the page.
560
586
  *
561
587
  * @returns Returned if the requested content properties are successfully retrieved.
562
- * @path {GET} /pages/{page-id}/properties
588
+ * @path GET `/pages/{page-id}/properties`
563
589
  * @scopes-current read:page:confluence
564
590
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-pages-page-id-properties-get
591
+ * @param params
565
592
  */
566
593
  getPageContentProperties: ({ pageId, key, sort, cursor, limit, }: {
567
594
  /** The ID of the page for which content properties should be returned. */
@@ -599,9 +626,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
599
626
  * Permission to view the page.
600
627
  *
601
628
  * @returns Returned if the requested content property is successfully retrieved.
602
- * @path {GET} /pages/{page-id}/properties/{property-id}
629
+ * @path GET `/pages/{page-id}/properties/{property-id}`
603
630
  * @scopes-current read:page:confluence
604
631
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-pages-page-id-properties-property-id-get
632
+ * @param params
605
633
  */
606
634
  getPageContentPropertiesById: ({ pageId, propertyId, }: {
607
635
  /** The ID of the page for which content properties should be returned. */
@@ -616,9 +644,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
616
644
  * Permission to view the Smart Link in the content tree.
617
645
  *
618
646
  * @returns Returned if the requested content properties are successfully retrieved.
619
- * @path {GET} /embeds/{id}/properties
647
+ * @path GET `/embeds/{id}/properties`
620
648
  * @scopes-current read:embed:confluence
621
649
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-embeds-id-properties-get
650
+ * @param params
622
651
  */
623
652
  getSmartLinkContentProperties: ({ id, key, sort, cursor, limit, }: {
624
653
  /**
@@ -659,9 +688,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
659
688
  * Permission to view the Smart Link in the content tree.
660
689
  *
661
690
  * @returns Returned if the requested content property is successfully retrieved.
662
- * @path {GET} /embeds/{embed-id}/properties/{property-id}
691
+ * @path GET `/embeds/{embed-id}/properties/{property-id}`
663
692
  * @scopes-current read:embed:confluence
664
693
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-embeds-embed-id-properties-property-id-get
694
+ * @param params
665
695
  */
666
696
  getSmartLinkContentPropertiesById: ({ embedId, propertyId, }: {
667
697
  /**
@@ -679,9 +709,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
679
709
  * Permission to view the whiteboard.
680
710
  *
681
711
  * @returns Returned if the requested content properties are successfully retrieved.
682
- * @path {GET} /whiteboards/{id}/properties
712
+ * @path GET `/whiteboards/{id}/properties`
683
713
  * @scopes-current read:whiteboard:confluence
684
714
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-whiteboards-id-properties-get
715
+ * @param params
685
716
  */
686
717
  getWhiteboardContentProperties: ({ id, key, sort, cursor, limit, }: {
687
718
  /** The ID of the whiteboard for which content properties should be returned. */
@@ -719,9 +750,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
719
750
  * Permission to view the whiteboard.
720
751
  *
721
752
  * @returns Returned if the requested content property is successfully retrieved.
722
- * @path {GET} /whiteboards/{whiteboard-id}/properties/{property-id}
753
+ * @path GET `/whiteboards/{whiteboard-id}/properties/{property-id}`
723
754
  * @scopes-current read:whiteboard:confluence
724
755
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-whiteboards-whiteboard-id-properties-property-id-get
756
+ * @param params
725
757
  */
726
758
  getWhiteboardContentPropertiesById: ({ whiteboardId, propertyId, }: {
727
759
  /** The ID of the whiteboard for which content properties should be returned. */
@@ -736,9 +768,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
736
768
  * Permission to edit the attachment.
737
769
  *
738
770
  * @returns Returned if the content property was updated successfully.
739
- * @path {PUT} /attachments/{attachment-id}/properties/{property-id}
771
+ * @path PUT `/attachments/{attachment-id}/properties/{property-id}`
740
772
  * @scopes-current read:attachment:confluence, write:attachment:confluence
741
773
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-attachments-attachment-id-properties-property-id-put
774
+ * @param params
742
775
  */
743
776
  updateAttachmentPropertyById: ({ attachmentId, propertyId, contentPropertyUpdateRequest, }: {
744
777
  /** The ID of the attachment the property belongs to. */
@@ -755,9 +788,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
755
788
  * Permission to edit the blog post.
756
789
  *
757
790
  * @returns Returned if the content property was updated successfully.
758
- * @path {PUT} /blogposts/{blogpost-id}/properties/{property-id}
791
+ * @path PUT `/blogposts/{blogpost-id}/properties/{property-id}`
759
792
  * @scopes-current read:page:confluence, write:page:confluence
760
793
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-blogposts-blogpost-id-properties-property-id-put
794
+ * @param params
761
795
  */
762
796
  updateBlogpostPropertyById: ({ blogpostId, propertyId, contentPropertyUpdateRequest, }: {
763
797
  /** The ID of the blog post the property belongs to. */
@@ -774,9 +808,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
774
808
  * Permission to edit the comment.
775
809
  *
776
810
  * @returns Returned if the content property was updated successfully.
777
- * @path {PUT} /comments/{comment-id}/properties/{property-id}
811
+ * @path PUT `/comments/{comment-id}/properties/{property-id}`
778
812
  * @scopes-current read:comment:confluence, write:comment:confluence
779
813
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-comments-comment-id-properties-property-id-put
814
+ * @param params
780
815
  */
781
816
  updateCommentPropertyById: ({ commentId, propertyId, contentPropertyUpdateRequest, }: {
782
817
  /** The ID of the comment the property belongs to. */
@@ -793,9 +828,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
793
828
  * Permission to edit the custom content.
794
829
  *
795
830
  * @returns Returned if the content property was updated successfully.
796
- * @path {PUT} /custom-content/{custom-content-id}/properties/{property-id}
831
+ * @path PUT `/custom-content/{custom-content-id}/properties/{property-id}`
797
832
  * @scopes-current read:custom-content:confluence, write:custom-content:confluence
798
833
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-custom-content-custom-content-id-properties-property-id-put
834
+ * @param params
799
835
  */
800
836
  updateCustomContentPropertyById: ({ customContentId, propertyId, contentPropertyUpdateRequest, }: {
801
837
  /** The ID of the custom content the property belongs to. */
@@ -812,9 +848,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
812
848
  * Permission to edit the database.
813
849
  *
814
850
  * @returns Returned if the content property was updated successfully.
815
- * @path {PUT} /databases/{database-id}/properties/{property-id}
851
+ * @path PUT `/databases/{database-id}/properties/{property-id}`
816
852
  * @scopes-current read:database:confluence, write:database:confluence
817
853
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-databases-database-id-properties-property-id-put
854
+ * @param params
818
855
  */
819
856
  updateDatabasePropertyById: ({ databaseId, propertyId, contentPropertyUpdateRequest, }: {
820
857
  /** The ID of the database the property belongs to. */
@@ -831,9 +868,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
831
868
  * Permission to edit the page.
832
869
  *
833
870
  * @returns Returned if the content property was updated successfully.
834
- * @path {PUT} /pages/{page-id}/properties/{property-id}
871
+ * @path PUT `/pages/{page-id}/properties/{property-id}`
835
872
  * @scopes-current read:page:confluence, write:page:confluence
836
873
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-pages-page-id-properties-property-id-put
874
+ * @param params
837
875
  */
838
876
  updatePagePropertyById: ({ pageId, propertyId, contentPropertyUpdateRequest, }: {
839
877
  /** The ID of the page the property belongs to. */
@@ -850,9 +888,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
850
888
  * Permission to edit the Smart Link in the content tree.
851
889
  *
852
890
  * @returns Returned if the content property was updated successfully.
853
- * @path {PUT} /embeds/{embed-id}/properties/{property-id}
891
+ * @path PUT `/embeds/{embed-id}/properties/{property-id}`
854
892
  * @scopes-current read:embed:confluence, write:embed:confluence
855
893
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-embeds-embed-id-properties-property-id-put
894
+ * @param params
856
895
  */
857
896
  updateSmartLinkPropertyById: ({ embedId, propertyId, contentPropertyUpdateRequest, }: {
858
897
  /** The ID of the Smart Link in the content tree the property belongs to. */
@@ -869,9 +908,10 @@ export declare class ContentPropertiesService extends CommonHttpService {
869
908
  * Permission to edit the whiteboard.
870
909
  *
871
910
  * @returns Returned if the content property was updated successfully.
872
- * @path {PUT} /whiteboards/{whiteboard-id}/properties/{property-id}
911
+ * @path PUT `/whiteboards/{whiteboard-id}/properties/{property-id}`
873
912
  * @scopes-current read:whiteboard:confluence, write:whiteboard:confluence
874
913
  * @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties#api-whiteboards-whiteboard-id-properties-property-id-put
914
+ * @param params
875
915
  */
876
916
  updateWhiteboardPropertyById: ({ whiteboardId, propertyId, contentPropertyUpdateRequest, }: {
877
917
  /** The ID of the whiteboard the property belongs to. */