castor-mcp 0.6.0

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 (84) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +77 -0
  3. package/build/api-catalog.d.ts +27 -0
  4. package/build/api-catalog.js +76 -0
  5. package/build/api-catalog.js.map +1 -0
  6. package/build/confluence-client.d.ts +33 -0
  7. package/build/confluence-client.js +65 -0
  8. package/build/confluence-client.js.map +1 -0
  9. package/build/index.d.ts +2 -0
  10. package/build/index.js +137 -0
  11. package/build/index.js.map +1 -0
  12. package/build/resource-definitions.d.ts +10 -0
  13. package/build/resource-definitions.js +75 -0
  14. package/build/resource-definitions.js.map +1 -0
  15. package/build/tool-definitions.d.ts +19 -0
  16. package/build/tool-definitions.js +1811 -0
  17. package/build/tool-definitions.js.map +1 -0
  18. package/build/tools/admin-users-groups.d.ts +114 -0
  19. package/build/tools/admin-users-groups.js +150 -0
  20. package/build/tools/admin-users-groups.js.map +1 -0
  21. package/build/tools/admin.d.ts +12 -0
  22. package/build/tools/admin.js +30 -0
  23. package/build/tools/admin.js.map +1 -0
  24. package/build/tools/args.d.ts +2 -0
  25. package/build/tools/args.js +12 -0
  26. package/build/tools/args.js.map +1 -0
  27. package/build/tools/attachments.d.ts +138 -0
  28. package/build/tools/attachments.js +170 -0
  29. package/build/tools/attachments.js.map +1 -0
  30. package/build/tools/backup-restore.d.ts +144 -0
  31. package/build/tools/backup-restore.js +223 -0
  32. package/build/tools/backup-restore.js.map +1 -0
  33. package/build/tools/bulk-pages.d.ts +103 -0
  34. package/build/tools/bulk-pages.js +111 -0
  35. package/build/tools/bulk-pages.js.map +1 -0
  36. package/build/tools/color-schemes.d.ts +72 -0
  37. package/build/tools/color-schemes.js +121 -0
  38. package/build/tools/color-schemes.js.map +1 -0
  39. package/build/tools/content-structure.d.ts +164 -0
  40. package/build/tools/content-structure.js +220 -0
  41. package/build/tools/content-structure.js.map +1 -0
  42. package/build/tools/content.d.ts +194 -0
  43. package/build/tools/content.js +246 -0
  44. package/build/tools/content.js.map +1 -0
  45. package/build/tools/errors.d.ts +3 -0
  46. package/build/tools/errors.js +55 -0
  47. package/build/tools/errors.js.map +1 -0
  48. package/build/tools/index-management.d.ts +30 -0
  49. package/build/tools/index-management.js +64 -0
  50. package/build/tools/index-management.js.map +1 -0
  51. package/build/tools/labels.d.ts +108 -0
  52. package/build/tools/labels.js +160 -0
  53. package/build/tools/labels.js.map +1 -0
  54. package/build/tools/permissions.d.ts +554 -0
  55. package/build/tools/permissions.js +194 -0
  56. package/build/tools/permissions.js.map +1 -0
  57. package/build/tools/spaces-admin.d.ts +225 -0
  58. package/build/tools/spaces-admin.js +288 -0
  59. package/build/tools/spaces-admin.js.map +1 -0
  60. package/build/tools/spaces-pages.d.ts +103 -0
  61. package/build/tools/spaces-pages.js +150 -0
  62. package/build/tools/spaces-pages.js.map +1 -0
  63. package/build/tools/system.d.ts +42 -0
  64. package/build/tools/system.js +101 -0
  65. package/build/tools/system.js.map +1 -0
  66. package/build/tools/users-groups.d.ts +216 -0
  67. package/build/tools/users-groups.js +274 -0
  68. package/build/tools/users-groups.js.map +1 -0
  69. package/build/tools/webhooks.d.ts +105 -0
  70. package/build/tools/webhooks.js +124 -0
  71. package/build/tools/webhooks.js.map +1 -0
  72. package/build/version.d.ts +7 -0
  73. package/build/version.js +17 -0
  74. package/build/version.js.map +1 -0
  75. package/docs/api-catalog.yaml +2388 -0
  76. package/package.json +59 -0
  77. package/skills/content.md +85 -0
  78. package/skills/instance-maintenance.md +59 -0
  79. package/skills/permissions.md +47 -0
  80. package/skills/spaces-admin.md +59 -0
  81. package/skills/spaces-pages.md +24 -0
  82. package/skills/system.md +34 -0
  83. package/skills/users-groups.md +55 -0
  84. package/skills/webhooks.md +25 -0
@@ -0,0 +1,2388 @@
1
+ generated_from:
2
+ - Confluence Data Center 9.2.0 REST API
3
+ - Confluence Data Center 10.2.15 REST API
4
+ generated_note: >-
5
+ auth_tier and destructiveness are heuristic first-pass classifications (see
6
+ scripts/generate-api-catalog.mjs header) — spot-check before treating as verified.
7
+ min_version/max_version reflect which of the two vendored spec files (9.2.0, 10.2.15) an operation
8
+ appears in, not full historical version support.
9
+ operations:
10
+ - api: confluence
11
+ path: /rest/api/accessmode
12
+ method: GET
13
+ tag: Access Mode
14
+ operation_id: getAccessModeStatus
15
+ summary: Get access mode status
16
+ deprecated: false
17
+ auth_tier: user
18
+ destructiveness: read
19
+ min_version: 9.2.0
20
+ max_version: 10.2.15
21
+ implementation_status: 🟢
22
+ implemented_by: get_access_mode
23
+ - api: confluence
24
+ path: /rest/api/admin/group
25
+ method: POST
26
+ tag: Admin Group
27
+ operation_id: create
28
+ summary: Create group
29
+ deprecated: false
30
+ auth_tier: admin
31
+ destructiveness: write
32
+ min_version: 9.2.0
33
+ max_version: 10.2.15
34
+ implementation_status: 🟢
35
+ implemented_by: admin_create_group
36
+ - api: confluence
37
+ path: /rest/api/admin/group/{groupName}
38
+ method: DELETE
39
+ tag: Admin Group
40
+ operation_id: delete
41
+ summary: Delete group
42
+ deprecated: false
43
+ auth_tier: admin
44
+ destructiveness: destructive
45
+ min_version: 9.2.0
46
+ max_version: 10.2.15
47
+ implementation_status: 🟢
48
+ implemented_by: admin_delete_group
49
+ - api: confluence
50
+ path: /rest/api/admin/space/personal/{username}
51
+ method: POST
52
+ tag: Admin Space
53
+ operation_id: createPersonalSpace
54
+ summary: Creates personal Space for a User.
55
+ deprecated: false
56
+ auth_tier: admin
57
+ destructiveness: write
58
+ min_version: 10.2.15
59
+ max_version: 10.2.15
60
+ implementation_status: 🟢
61
+ implemented_by: admin_create_personal_space_for_user
62
+ - api: confluence
63
+ path: /rest/api/admin/user
64
+ method: POST
65
+ tag: Admin User
66
+ operation_id: createUser
67
+ summary: Create user
68
+ deprecated: false
69
+ auth_tier: admin
70
+ destructiveness: write
71
+ min_version: 9.2.0
72
+ max_version: 10.2.15
73
+ implementation_status: 🟢
74
+ implemented_by: admin_create_user
75
+ - api: confluence
76
+ path: /rest/api/admin/user/{username}
77
+ method: DELETE
78
+ tag: Admin User
79
+ operation_id: delete_1
80
+ summary: Delete user
81
+ deprecated: false
82
+ auth_tier: admin
83
+ destructiveness: destructive
84
+ min_version: 9.2.0
85
+ max_version: 10.2.15
86
+ implementation_status: 🟢
87
+ implemented_by: admin_delete_user
88
+ - api: confluence
89
+ path: /rest/api/admin/user/{username}
90
+ method: PUT
91
+ tag: Admin User
92
+ operation_id: updateUser
93
+ summary: Update user
94
+ deprecated: false
95
+ auth_tier: admin
96
+ destructiveness: write
97
+ min_version: 10.2.15
98
+ max_version: 10.2.15
99
+ implementation_status: 🟢
100
+ implemented_by: admin_update_user
101
+ - api: confluence
102
+ path: /rest/api/admin/user/{username}/disable
103
+ method: PUT
104
+ tag: Admin User
105
+ operation_id: disable
106
+ summary: Disable user
107
+ deprecated: false
108
+ auth_tier: admin
109
+ destructiveness: write
110
+ min_version: 9.2.0
111
+ max_version: 10.2.15
112
+ implementation_status: 🟢
113
+ implemented_by: admin_disable_user
114
+ - api: confluence
115
+ path: /rest/api/admin/user/{username}/enable
116
+ method: PUT
117
+ tag: Admin User
118
+ operation_id: enable
119
+ summary: Enable user
120
+ deprecated: false
121
+ auth_tier: admin
122
+ destructiveness: write
123
+ min_version: 9.2.0
124
+ max_version: 10.2.15
125
+ implementation_status: 🟢
126
+ implemented_by: admin_enable_user
127
+ - api: confluence
128
+ path: /rest/api/admin/user/{username}/password
129
+ method: POST
130
+ tag: Admin User
131
+ operation_id: changePassword
132
+ summary: Change password
133
+ deprecated: false
134
+ auth_tier: admin
135
+ destructiveness: write
136
+ min_version: 9.2.0
137
+ max_version: 10.2.15
138
+ implementation_status: 🟢
139
+ implemented_by: admin_change_user_password
140
+ - api: confluence
141
+ path: /rest/api/admin/users/list/active
142
+ method: GET
143
+ tag: Admin Users
144
+ operation_id: getActiveUsers
145
+ summary: Get active users
146
+ deprecated: false
147
+ auth_tier: admin
148
+ destructiveness: read
149
+ min_version: 10.2.15
150
+ max_version: 10.2.15
151
+ implementation_status: 🟢
152
+ implemented_by: admin_list_active_users
153
+ - api: confluence
154
+ path: /rest/api/audit
155
+ method: GET
156
+ tag: untagged
157
+ operation_id: getAuditRecords
158
+ summary: ''
159
+ deprecated: true
160
+ auth_tier: admin
161
+ destructiveness: read
162
+ min_version: 9.2.0
163
+ max_version: 10.2.15
164
+ implementation_status: 🟢
165
+ implemented_by: admin_get_audit_records
166
+ - api: confluence
167
+ path: /rest/api/backup-restore/backup/site
168
+ method: POST
169
+ tag: Backup and Restore
170
+ operation_id: createSiteBackupJob
171
+ summary: Create site backup job
172
+ deprecated: false
173
+ auth_tier: admin
174
+ destructiveness: write
175
+ min_version: 9.2.0
176
+ max_version: 10.2.15
177
+ implementation_status: 🟢
178
+ implemented_by: admin_create_site_backup_job
179
+ - api: confluence
180
+ path: /rest/api/backup-restore/backup/space
181
+ method: POST
182
+ tag: Backup and Restore
183
+ operation_id: createSpaceBackupJob
184
+ summary: Create space backup job
185
+ deprecated: false
186
+ auth_tier: admin
187
+ destructiveness: write
188
+ min_version: 9.2.0
189
+ max_version: 10.2.15
190
+ implementation_status: 🟢
191
+ implemented_by: admin_create_space_backup_job
192
+ - api: confluence
193
+ path: /rest/api/backup-restore/jobs
194
+ method: GET
195
+ tag: Backup and Restore
196
+ operation_id: findJobs
197
+ summary: Find jobs by filters
198
+ deprecated: false
199
+ auth_tier: admin
200
+ destructiveness: read
201
+ min_version: 9.2.0
202
+ max_version: 10.2.15
203
+ implementation_status: 🟢
204
+ implemented_by: admin_find_backup_restore_jobs
205
+ - api: confluence
206
+ path: /rest/api/backup-restore/jobs/{jobId}
207
+ method: GET
208
+ tag: Backup and Restore
209
+ operation_id: getJob
210
+ summary: Get job by ID
211
+ deprecated: false
212
+ auth_tier: admin
213
+ destructiveness: read
214
+ min_version: 9.2.0
215
+ max_version: 10.2.15
216
+ implementation_status: 🟢
217
+ implemented_by: admin_get_backup_restore_job
218
+ - api: confluence
219
+ path: /rest/api/backup-restore/jobs/{jobId}/cancel
220
+ method: PUT
221
+ tag: Backup and Restore
222
+ operation_id: cancelJob
223
+ summary: Cancel job
224
+ deprecated: false
225
+ auth_tier: admin
226
+ destructiveness: write
227
+ min_version: 9.2.0
228
+ max_version: 10.2.15
229
+ implementation_status: 🟢
230
+ implemented_by: admin_cancel_backup_restore_job
231
+ - api: confluence
232
+ path: /rest/api/backup-restore/jobs/{jobId}/download
233
+ method: GET
234
+ tag: Backup and Restore
235
+ operation_id: downloadBackupFile
236
+ summary: Download backup file
237
+ deprecated: false
238
+ auth_tier: admin
239
+ destructiveness: read
240
+ min_version: 9.2.0
241
+ max_version: 10.2.15
242
+ implementation_status: 🟢
243
+ implemented_by: admin_download_backup_file
244
+ - api: confluence
245
+ path: /rest/api/backup-restore/jobs/clear-queue
246
+ method: PUT
247
+ tag: Backup and Restore
248
+ operation_id: cancelAllQueuedJobs
249
+ summary: Cancel all queued jobs
250
+ deprecated: false
251
+ auth_tier: admin
252
+ destructiveness: write
253
+ min_version: 9.2.0
254
+ max_version: 10.2.15
255
+ implementation_status: 🟢
256
+ implemented_by: admin_cancel_all_queued_backup_restore_jobs
257
+ - api: confluence
258
+ path: /rest/api/backup-restore/restore/files
259
+ method: GET
260
+ tag: Backup and Restore
261
+ operation_id: getFiles
262
+ summary: Get files in restore directory
263
+ deprecated: false
264
+ auth_tier: admin
265
+ destructiveness: read
266
+ min_version: 9.2.0
267
+ max_version: 10.2.15
268
+ implementation_status: 🟢
269
+ implemented_by: admin_list_restore_files
270
+ - api: confluence
271
+ path: /rest/api/backup-restore/restore/site
272
+ method: POST
273
+ tag: Backup and Restore
274
+ operation_id: createSiteRestoreJob
275
+ summary: Create site restore job
276
+ deprecated: false
277
+ auth_tier: admin
278
+ destructiveness: write
279
+ min_version: 9.2.0
280
+ max_version: 10.2.15
281
+ implementation_status: 🟡
282
+ implemented_by: admin_create_site_restore_job
283
+ - api: confluence
284
+ path: /rest/api/backup-restore/restore/site/upload
285
+ method: POST
286
+ tag: Backup and Restore
287
+ operation_id: createSiteRestoreJobForUploadedBackupFile
288
+ summary: Create site restore job for upload backup file
289
+ deprecated: false
290
+ auth_tier: admin
291
+ destructiveness: write
292
+ min_version: 9.2.0
293
+ max_version: 10.2.15
294
+ implementation_status: 🟡
295
+ implemented_by: admin_create_site_restore_job_from_upload
296
+ - api: confluence
297
+ path: /rest/api/backup-restore/restore/space
298
+ method: POST
299
+ tag: Backup and Restore
300
+ operation_id: createSpaceRestoreJob
301
+ summary: Create space restore job
302
+ deprecated: false
303
+ auth_tier: admin
304
+ destructiveness: write
305
+ min_version: 9.2.0
306
+ max_version: 10.2.15
307
+ implementation_status: 🟡
308
+ implemented_by: admin_create_space_restore_job
309
+ - api: confluence
310
+ path: /rest/api/backup-restore/restore/space/upload
311
+ method: POST
312
+ tag: Backup and Restore
313
+ operation_id: createSpaceRestoreJobForUploadedBackupFile
314
+ summary: Create space restore job for upload backup file
315
+ deprecated: false
316
+ auth_tier: admin
317
+ destructiveness: write
318
+ min_version: 9.2.0
319
+ max_version: 10.2.15
320
+ implementation_status: 🟡
321
+ implemented_by: admin_create_space_restore_job_from_upload
322
+ - api: confluence
323
+ path: /rest/api/cluster/nodes
324
+ method: GET
325
+ tag: Cluster information
326
+ operation_id: getClusterNodeStatuses
327
+ summary: Get node statuses in a cluster
328
+ deprecated: false
329
+ auth_tier: admin
330
+ destructiveness: read
331
+ min_version: 10.2.15
332
+ max_version: 10.2.15
333
+ implementation_status: 🟢
334
+ implemented_by: admin_get_cluster_node_statuses
335
+ - api: confluence
336
+ path: /rest/api/color-scheme
337
+ method: GET
338
+ tag: GlobalColorScheme
339
+ operation_id: getGlobalColorScheme
340
+ summary: Get global color scheme
341
+ deprecated: false
342
+ auth_tier: user
343
+ destructiveness: read
344
+ min_version: 9.2.0
345
+ max_version: 10.2.15
346
+ implementation_status: 🟢
347
+ implemented_by: get_global_color_scheme
348
+ - api: confluence
349
+ path: /rest/api/color-scheme
350
+ method: PUT
351
+ tag: GlobalColorScheme
352
+ operation_id: updateColorScheme
353
+ summary: Set global color scheme
354
+ deprecated: false
355
+ auth_tier: user
356
+ destructiveness: write
357
+ min_version: 9.2.0
358
+ max_version: 10.2.15
359
+ implementation_status: 🟢
360
+ implemented_by: update_global_color_scheme
361
+ - api: confluence
362
+ path: /rest/api/color-scheme/default
363
+ method: GET
364
+ tag: GlobalColorScheme
365
+ operation_id: getDefaultColorScheme
366
+ summary: Get default global color scheme
367
+ deprecated: false
368
+ auth_tier: user
369
+ destructiveness: read
370
+ min_version: 9.2.0
371
+ max_version: 10.2.15
372
+ implementation_status: 🟢
373
+ implemented_by: get_default_global_color_scheme
374
+ - api: confluence
375
+ path: /rest/api/color-scheme/reset
376
+ method: PUT
377
+ tag: GlobalColorScheme
378
+ operation_id: resetGlobalColorScheme
379
+ summary: Reset global color scheme
380
+ deprecated: false
381
+ auth_tier: user
382
+ destructiveness: write
383
+ min_version: 9.2.0
384
+ max_version: 10.2.15
385
+ implementation_status: 🟢
386
+ implemented_by: reset_global_color_scheme
387
+ - api: confluence
388
+ path: /rest/api/content
389
+ method: GET
390
+ tag: Content Resource
391
+ operation_id: getContent
392
+ summary: Get content
393
+ deprecated: false
394
+ auth_tier: user
395
+ destructiveness: read
396
+ min_version: 9.2.0
397
+ max_version: 10.2.15
398
+ implementation_status: 🟢
399
+ implemented_by: list_content
400
+ - api: confluence
401
+ path: /rest/api/content
402
+ method: POST
403
+ tag: Content Resource
404
+ operation_id: createContent
405
+ summary: Create content
406
+ deprecated: false
407
+ auth_tier: user
408
+ destructiveness: write
409
+ min_version: 9.2.0
410
+ max_version: 10.2.15
411
+ implementation_status: 🟢
412
+ implemented_by: create_page
413
+ - api: confluence
414
+ path: /rest/api/content/{contentId}
415
+ method: PUT
416
+ tag: Content Resource
417
+ operation_id: update_2
418
+ summary: Update content
419
+ deprecated: false
420
+ auth_tier: user
421
+ destructiveness: write
422
+ min_version: 9.2.0
423
+ max_version: 10.2.15
424
+ implementation_status: 🟢
425
+ implemented_by: update_page
426
+ - api: confluence
427
+ path: /rest/api/content/{contentId}/watchers
428
+ method: GET
429
+ tag: Content Watchers
430
+ operation_id: index
431
+ summary: Fetch users watching a given content
432
+ deprecated: false
433
+ auth_tier: user
434
+ destructiveness: read
435
+ min_version: 9.2.0
436
+ max_version: 10.2.15
437
+ implementation_status: 🟢
438
+ implemented_by: get_page_watchers
439
+ - api: confluence
440
+ path: /rest/api/content/{id}
441
+ method: DELETE
442
+ tag: Content Resource
443
+ operation_id: delete_3
444
+ summary: Delete content
445
+ deprecated: false
446
+ auth_tier: user
447
+ destructiveness: destructive
448
+ min_version: 9.2.0
449
+ max_version: 10.2.15
450
+ implementation_status: 🟢
451
+ implemented_by: delete_page
452
+ - api: confluence
453
+ path: /rest/api/content/{id}
454
+ method: GET
455
+ tag: Content Resource
456
+ operation_id: getContentById
457
+ summary: Get content by ID
458
+ deprecated: false
459
+ auth_tier: user
460
+ destructiveness: read
461
+ min_version: 9.2.0
462
+ max_version: 10.2.15
463
+ implementation_status: 🟢
464
+ implemented_by: get_page
465
+ - api: confluence
466
+ path: /rest/api/content/{id}/child
467
+ method: GET
468
+ tag: Child Content
469
+ operation_id: children
470
+ summary: Get children of content
471
+ deprecated: false
472
+ auth_tier: user
473
+ destructiveness: read
474
+ min_version: 9.2.0
475
+ max_version: 10.2.15
476
+ implementation_status: 🟢
477
+ implemented_by: list_page_children
478
+ - api: confluence
479
+ path: /rest/api/content/{id}/child/{type}
480
+ method: GET
481
+ tag: Child Content
482
+ operation_id: childrenOfType
483
+ summary: Get children of content by type
484
+ deprecated: false
485
+ auth_tier: user
486
+ destructiveness: read
487
+ min_version: 9.2.0
488
+ max_version: 10.2.15
489
+ implementation_status: 🟢
490
+ implemented_by: list_page_children_of_type
491
+ - api: confluence
492
+ path: /rest/api/content/{id}/child/attachment
493
+ method: GET
494
+ tag: Attachments
495
+ operation_id: getAttachments
496
+ summary: Get attachment
497
+ deprecated: false
498
+ auth_tier: user
499
+ destructiveness: read
500
+ min_version: 9.2.0
501
+ max_version: 10.2.15
502
+ implementation_status: 🟢
503
+ implemented_by: list_page_attachments
504
+ - api: confluence
505
+ path: /rest/api/content/{id}/child/attachment
506
+ method: POST
507
+ tag: Attachments
508
+ operation_id: createAttachments
509
+ summary: Create attachments
510
+ deprecated: false
511
+ auth_tier: user
512
+ destructiveness: write
513
+ min_version: 9.2.0
514
+ max_version: 10.2.15
515
+ implementation_status: 🟢
516
+ implemented_by: create_attachment
517
+ - api: confluence
518
+ path: /rest/api/content/{id}/child/attachment/{attachmentId}
519
+ method: DELETE
520
+ tag: Attachments
521
+ operation_id: removeAttachment
522
+ summary: Remove attachment
523
+ deprecated: false
524
+ auth_tier: user
525
+ destructiveness: destructive
526
+ min_version: 9.2.0
527
+ max_version: 10.2.15
528
+ implementation_status: 🟢
529
+ implemented_by: delete_attachment
530
+ - api: confluence
531
+ path: /rest/api/content/{id}/child/attachment/{attachmentId}
532
+ method: PUT
533
+ tag: Attachments
534
+ operation_id: update
535
+ summary: Update non-binary data of an Attachment
536
+ deprecated: false
537
+ auth_tier: user
538
+ destructiveness: write
539
+ min_version: 9.2.0
540
+ max_version: 10.2.15
541
+ implementation_status: 🟢
542
+ implemented_by: update_attachment_metadata
543
+ - api: confluence
544
+ path: /rest/api/content/{id}/child/attachment/{attachmentId}/data
545
+ method: POST
546
+ tag: Attachments
547
+ operation_id: updateData
548
+ summary: Update binary data of an attachment
549
+ deprecated: false
550
+ auth_tier: user
551
+ destructiveness: write
552
+ min_version: 9.2.0
553
+ max_version: 10.2.15
554
+ implementation_status: 🟢
555
+ implemented_by: update_attachment_data
556
+ - api: confluence
557
+ path: /rest/api/content/{id}/child/attachment/{attachmentId}/extractedtext
558
+ method: GET
559
+ tag: Attachments
560
+ operation_id: getAttachmentExtractedText
561
+ summary: ''
562
+ deprecated: false
563
+ auth_tier: user
564
+ destructiveness: read
565
+ min_version: 10.2.15
566
+ max_version: 10.2.15
567
+ implementation_status: 🟢
568
+ implemented_by: get_attachment_extracted_text
569
+ - api: confluence
570
+ path: /rest/api/content/{id}/child/attachment/{attachmentId}/move
571
+ method: POST
572
+ tag: Attachments
573
+ operation_id: move
574
+ summary: Move attachment
575
+ deprecated: false
576
+ auth_tier: user
577
+ destructiveness: write
578
+ min_version: 9.2.0
579
+ max_version: 10.2.15
580
+ implementation_status: 🟢
581
+ implemented_by: move_attachment
582
+ - api: confluence
583
+ path: /rest/api/content/{id}/child/attachment/{attachmentId}/version/{version}
584
+ method: DELETE
585
+ tag: Attachments
586
+ operation_id: removeAttachmentVersion
587
+ summary: Remove attachment version
588
+ deprecated: false
589
+ auth_tier: user
590
+ destructiveness: destructive
591
+ min_version: 9.2.0
592
+ max_version: 10.2.15
593
+ implementation_status: 🟢
594
+ implemented_by: delete_attachment_version
595
+ - api: confluence
596
+ path: /rest/api/content/{id}/child/comment
597
+ method: GET
598
+ tag: Child Content
599
+ operation_id: commentsOfContent
600
+ summary: Get comments of content
601
+ deprecated: false
602
+ auth_tier: user
603
+ destructiveness: read
604
+ min_version: 9.2.0
605
+ max_version: 10.2.15
606
+ implementation_status: 🟢
607
+ implemented_by: list_page_comments
608
+ - api: confluence
609
+ path: /rest/api/content/{id}/descendant
610
+ method: GET
611
+ tag: Content Descendant
612
+ operation_id: descendants
613
+ summary: Get Descendants
614
+ deprecated: false
615
+ auth_tier: user
616
+ destructiveness: read
617
+ min_version: 9.2.0
618
+ max_version: 10.2.15
619
+ implementation_status: 🟢
620
+ implemented_by: list_page_descendants
621
+ - api: confluence
622
+ path: /rest/api/content/{id}/descendant/{type}
623
+ method: GET
624
+ tag: Content Descendant
625
+ operation_id: descendantsOfType
626
+ summary: Get descendants of type
627
+ deprecated: false
628
+ auth_tier: user
629
+ destructiveness: read
630
+ min_version: 9.2.0
631
+ max_version: 10.2.15
632
+ implementation_status: 🟢
633
+ implemented_by: list_page_descendants_of_type
634
+ - api: confluence
635
+ path: /rest/api/content/{id}/descendant/page/count
636
+ method: GET
637
+ tag: Content Descendant
638
+ operation_id: countDescendantPages
639
+ summary: Get descendant page count
640
+ deprecated: false
641
+ auth_tier: user
642
+ destructiveness: read
643
+ min_version: 10.2.15
644
+ max_version: 10.2.15
645
+ implementation_status: 🟢
646
+ implemented_by: count_descendant_pages
647
+ - api: confluence
648
+ path: /rest/api/content/{id}/history
649
+ method: GET
650
+ tag: Content Resource
651
+ operation_id: getHistory
652
+ summary: Get history of content
653
+ deprecated: false
654
+ auth_tier: user
655
+ destructiveness: read
656
+ min_version: 9.2.0
657
+ max_version: 10.2.15
658
+ implementation_status: 🟢
659
+ implemented_by: get_page_history
660
+ - api: confluence
661
+ path: /rest/api/content/{id}/history/{version}/macro/hash/{hash}
662
+ method: GET
663
+ tag: Content Resource
664
+ operation_id: getMacroBodyByHash
665
+ summary: Get macro body by hash
666
+ deprecated: true
667
+ auth_tier: user
668
+ destructiveness: read
669
+ min_version: 9.2.0
670
+ max_version: 10.2.15
671
+ implementation_status: 🟢
672
+ implemented_by: get_page_macro_body_by_hash
673
+ - api: confluence
674
+ path: /rest/api/content/{id}/history/{version}/macro/id/{macroId}
675
+ method: GET
676
+ tag: Content Resource
677
+ operation_id: getMacroBodyByMacroId
678
+ summary: Get macro body by macro ID
679
+ deprecated: false
680
+ auth_tier: user
681
+ destructiveness: read
682
+ min_version: 9.2.0
683
+ max_version: 10.2.15
684
+ implementation_status: 🟢
685
+ implemented_by: get_page_macro_body_by_id
686
+ - api: confluence
687
+ path: /rest/api/content/{id}/label
688
+ method: DELETE
689
+ tag: Content Labels
690
+ operation_id: deleteLabelWithQueryParam
691
+ summary: Delete label with query param
692
+ deprecated: false
693
+ auth_tier: user
694
+ destructiveness: destructive
695
+ min_version: 9.2.0
696
+ max_version: 10.2.15
697
+ implementation_status: 🟢
698
+ implemented_by: delete_page_label
699
+ - api: confluence
700
+ path: /rest/api/content/{id}/label
701
+ method: GET
702
+ tag: Content Labels
703
+ operation_id: labels
704
+ summary: Get labels
705
+ deprecated: false
706
+ auth_tier: user
707
+ destructiveness: read
708
+ min_version: 9.2.0
709
+ max_version: 10.2.15
710
+ implementation_status: 🟢
711
+ implemented_by: list_page_labels
712
+ - api: confluence
713
+ path: /rest/api/content/{id}/label
714
+ method: POST
715
+ tag: Content Labels
716
+ operation_id: addLabels
717
+ summary: Add Labels
718
+ deprecated: false
719
+ auth_tier: user
720
+ destructiveness: write
721
+ min_version: 9.2.0
722
+ max_version: 10.2.15
723
+ implementation_status: 🟢
724
+ implemented_by: add_page_labels
725
+ - api: confluence
726
+ path: /rest/api/content/{id}/label/{label}
727
+ method: DELETE
728
+ tag: Content Labels
729
+ operation_id: deleteLabel
730
+ summary: Delete label
731
+ deprecated: false
732
+ auth_tier: user
733
+ destructiveness: destructive
734
+ min_version: 9.2.0
735
+ max_version: 10.2.15
736
+ implementation_status: 🟢
737
+ implemented_by: delete_page_label
738
+ - api: confluence
739
+ path: /rest/api/content/{id}/property
740
+ method: GET
741
+ tag: Content Property
742
+ operation_id: findAll
743
+ summary: Find all content properties
744
+ deprecated: false
745
+ auth_tier: user
746
+ destructiveness: read
747
+ min_version: 9.2.0
748
+ max_version: 10.2.15
749
+ implementation_status: 🟢
750
+ implemented_by: list_page_properties
751
+ - api: confluence
752
+ path: /rest/api/content/{id}/property
753
+ method: POST
754
+ tag: Content Property
755
+ operation_id: create_1
756
+ summary: Create a content property
757
+ deprecated: false
758
+ auth_tier: user
759
+ destructiveness: write
760
+ min_version: 9.2.0
761
+ max_version: 10.2.15
762
+ implementation_status: 🟢
763
+ implemented_by: create_page_property
764
+ - api: confluence
765
+ path: /rest/api/content/{id}/property/{key}
766
+ method: DELETE
767
+ tag: Content Property
768
+ operation_id: delete_2
769
+ summary: Delete content property
770
+ deprecated: false
771
+ auth_tier: user
772
+ destructiveness: destructive
773
+ min_version: 9.2.0
774
+ max_version: 10.2.15
775
+ implementation_status: 🟢
776
+ implemented_by: delete_page_property
777
+ - api: confluence
778
+ path: /rest/api/content/{id}/property/{key}
779
+ method: GET
780
+ tag: Content Property
781
+ operation_id: findByKey
782
+ summary: Find content property by key
783
+ deprecated: false
784
+ auth_tier: user
785
+ destructiveness: read
786
+ min_version: 9.2.0
787
+ max_version: 10.2.15
788
+ implementation_status: 🟢
789
+ implemented_by: get_page_property
790
+ - api: confluence
791
+ path: /rest/api/content/{id}/property/{key}
792
+ method: POST
793
+ tag: Content Property
794
+ operation_id: create_2
795
+ summary: ''
796
+ deprecated: false
797
+ auth_tier: user
798
+ destructiveness: write
799
+ min_version: 9.2.0
800
+ max_version: 10.2.15
801
+ implementation_status: 🟢
802
+ implemented_by: create_page_property
803
+ - api: confluence
804
+ path: /rest/api/content/{id}/property/{key}
805
+ method: PUT
806
+ tag: Content Property
807
+ operation_id: update_1
808
+ summary: Update content property
809
+ deprecated: false
810
+ auth_tier: user
811
+ destructiveness: write
812
+ min_version: 9.2.0
813
+ max_version: 10.2.15
814
+ implementation_status: 🟢
815
+ implemented_by: update_page_property
816
+ - api: confluence
817
+ path: /rest/api/content/{id}/restriction
818
+ method: PUT
819
+ tag: Content Restrictions
820
+ operation_id: updateRestrictions
821
+ summary: Update restrictions
822
+ deprecated: false
823
+ auth_tier: user
824
+ destructiveness: write
825
+ min_version: 9.2.0
826
+ max_version: 10.2.15
827
+ implementation_status: 🟢
828
+ implemented_by: update_page_restrictions
829
+ - api: confluence
830
+ path: /rest/api/content/{id}/restriction/byOperation
831
+ method: GET
832
+ tag: Content Restrictions
833
+ operation_id: byOperation
834
+ summary: Get all restrictions by Operation
835
+ deprecated: false
836
+ auth_tier: user
837
+ destructiveness: read
838
+ min_version: 9.2.0
839
+ max_version: 10.2.15
840
+ implementation_status: 🟢
841
+ implemented_by: get_page_restrictions_by_operation
842
+ - api: confluence
843
+ path: /rest/api/content/{id}/restriction/byOperation/{operationKey}
844
+ method: GET
845
+ tag: Content Restrictions
846
+ operation_id: forOperation
847
+ summary: Get all restrictions for given operation
848
+ deprecated: false
849
+ auth_tier: user
850
+ destructiveness: read
851
+ min_version: 9.2.0
852
+ max_version: 10.2.15
853
+ implementation_status: 🟢
854
+ implemented_by: get_page_restrictions_for_operation
855
+ - api: confluence
856
+ path: /rest/api/content/{id}/restriction/relevantViewRestrictions
857
+ method: GET
858
+ tag: Content Restrictions
859
+ operation_id: relevantViewRestrictions
860
+ summary: Get all view restriction both direct and inherited.
861
+ deprecated: false
862
+ auth_tier: user
863
+ destructiveness: read
864
+ min_version: 10.2.15
865
+ max_version: 10.2.15
866
+ implementation_status: 🟢
867
+ implemented_by: get_page_relevant_view_restrictions
868
+ - api: confluence
869
+ path: /rest/api/content/{id}/version/{versionNumber}
870
+ method: DELETE
871
+ tag: Content Version
872
+ operation_id: deleteContentHistory
873
+ summary: Delete content history
874
+ deprecated: false
875
+ auth_tier: user
876
+ destructiveness: destructive
877
+ min_version: 9.2.0
878
+ max_version: 10.2.15
879
+ implementation_status: 🟢
880
+ implemented_by: delete_page_version
881
+ - api: confluence
882
+ path: /rest/api/content/blueprint/instance/{draftId}
883
+ method: POST
884
+ tag: Content Blueprint
885
+ operation_id: publishLegacyDraft
886
+ summary: Publish legacy draft
887
+ deprecated: false
888
+ auth_tier: user
889
+ destructiveness: write
890
+ min_version: 9.2.0
891
+ max_version: 10.2.15
892
+ implementation_status: 🟡
893
+ implemented_by: publish_legacy_blueprint_draft
894
+ - api: confluence
895
+ path: /rest/api/content/blueprint/instance/{draftId}
896
+ method: PUT
897
+ tag: Content Blueprint
898
+ operation_id: publishSharedDraft
899
+ summary: Publish shared draft
900
+ deprecated: false
901
+ auth_tier: user
902
+ destructiveness: write
903
+ min_version: 9.2.0
904
+ max_version: 10.2.15
905
+ implementation_status: 🟡
906
+ implemented_by: publish_shared_blueprint_draft
907
+ - api: confluence
908
+ path: /rest/api/content/bulk/page/{pageId}/children
909
+ method: GET
910
+ tag: Bulk Page Operations
911
+ operation_id: getChildren
912
+ summary: Get child pages
913
+ deprecated: false
914
+ auth_tier: user
915
+ destructiveness: read
916
+ min_version: 10.2.15
917
+ max_version: 10.2.15
918
+ implementation_status: 🟢
919
+ implemented_by: get_bulk_page_children
920
+ - api: confluence
921
+ path: /rest/api/content/bulk/page/delete
922
+ method: POST
923
+ tag: Bulk Page Operations
924
+ operation_id: bulkDeletePages
925
+ summary: Bulk delete pages
926
+ deprecated: false
927
+ auth_tier: user
928
+ destructiveness: write
929
+ min_version: 10.2.15
930
+ max_version: 10.2.15
931
+ implementation_status: 🟢
932
+ implemented_by: bulk_delete_pages
933
+ - api: confluence
934
+ path: /rest/api/content/bulk/page/delete/deletableDescendantCounts
935
+ method: POST
936
+ tag: Bulk Page Operations
937
+ operation_id: getDeletableDescendantCounts
938
+ summary: Count deletable descendants
939
+ deprecated: false
940
+ auth_tier: user
941
+ destructiveness: write
942
+ min_version: 10.2.15
943
+ max_version: 10.2.15
944
+ implementation_status: 🟢
945
+ implemented_by: get_deletable_descendant_counts
946
+ - api: confluence
947
+ path: /rest/api/content/bulk/page/delete/limits
948
+ method: GET
949
+ tag: Bulk Page Operations
950
+ operation_id: getDeleteLimits
951
+ summary: Get bulk delete limits
952
+ deprecated: false
953
+ auth_tier: user
954
+ destructiveness: read
955
+ min_version: 10.2.15
956
+ max_version: 10.2.15
957
+ implementation_status: 🟢
958
+ implemented_by: get_bulk_delete_limits
959
+ - api: confluence
960
+ path: /rest/api/content/bulk/page/delete/preview
961
+ method: POST
962
+ tag: Bulk Page Operations
963
+ operation_id: previewBulkDelete
964
+ summary: Preview bulk delete
965
+ deprecated: false
966
+ auth_tier: user
967
+ destructiveness: write
968
+ min_version: 10.2.15
969
+ max_version: 10.2.15
970
+ implementation_status: 🟢
971
+ implemented_by: preview_bulk_delete
972
+ - api: confluence
973
+ path: /rest/api/content/bulk/page/space/{spaceKey}/root
974
+ method: GET
975
+ tag: Bulk Page Operations
976
+ operation_id: getRootPages
977
+ summary: Get root pages in a space
978
+ deprecated: false
979
+ auth_tier: user
980
+ destructiveness: read
981
+ min_version: 10.2.15
982
+ max_version: 10.2.15
983
+ implementation_status: 🟢
984
+ implemented_by: get_space_root_pages
985
+ - api: confluence
986
+ path: /rest/api/content/scan
987
+ method: GET
988
+ tag: Content Resource
989
+ operation_id: scanContent
990
+ summary: Scan content by space key
991
+ deprecated: false
992
+ auth_tier: user
993
+ destructiveness: read
994
+ min_version: 9.2.0
995
+ max_version: 10.2.15
996
+ implementation_status: 🟢
997
+ implemented_by: scan_content
998
+ - api: confluence
999
+ path: /rest/api/content/search
1000
+ method: GET
1001
+ tag: Content Resource
1002
+ operation_id: search
1003
+ summary: Search content using CQL
1004
+ deprecated: false
1005
+ auth_tier: user
1006
+ destructiveness: read
1007
+ min_version: 9.2.0
1008
+ max_version: 10.2.15
1009
+ implementation_status: 🟢
1010
+ implemented_by: search_content
1011
+ - api: confluence
1012
+ path: /rest/api/contentbody/convert/{to}
1013
+ method: POST
1014
+ tag: Content Body
1015
+ operation_id: convert
1016
+ summary: Convert body representation
1017
+ deprecated: false
1018
+ auth_tier: user
1019
+ destructiveness: write
1020
+ min_version: 9.2.0
1021
+ max_version: 10.2.15
1022
+ implementation_status: 🟢
1023
+ implemented_by: convert_content_body
1024
+ - api: confluence
1025
+ path: /rest/api/group
1026
+ method: GET
1027
+ tag: Group
1028
+ operation_id: getGroups
1029
+ summary: Get groups
1030
+ deprecated: false
1031
+ auth_tier: admin
1032
+ destructiveness: read
1033
+ min_version: 9.2.0
1034
+ max_version: 10.2.15
1035
+ implementation_status: 🟢
1036
+ implemented_by: admin_list_groups
1037
+ - api: confluence
1038
+ path: /rest/api/group/{groupName}
1039
+ method: GET
1040
+ tag: Group
1041
+ operation_id: getGroup
1042
+ summary: Get group by name
1043
+ deprecated: false
1044
+ auth_tier: admin
1045
+ destructiveness: read
1046
+ min_version: 9.2.0
1047
+ max_version: 10.2.15
1048
+ implementation_status: 🟢
1049
+ implemented_by: admin_get_group
1050
+ - api: confluence
1051
+ path: /rest/api/group/{groupName}/groupancestor
1052
+ method: GET
1053
+ tag: Group
1054
+ operation_id: getAncestorGroups
1055
+ summary: Get group ancestor of a group
1056
+ deprecated: false
1057
+ auth_tier: admin
1058
+ destructiveness: read
1059
+ min_version: 10.2.15
1060
+ max_version: 10.2.15
1061
+ implementation_status: 🟢
1062
+ implemented_by: admin_get_group_ancestors
1063
+ - api: confluence
1064
+ path: /rest/api/group/{groupName}/groupmember
1065
+ method: GET
1066
+ tag: Group
1067
+ operation_id: getNestedGroupMembers
1068
+ summary: Get group members of group
1069
+ deprecated: false
1070
+ auth_tier: admin
1071
+ destructiveness: read
1072
+ min_version: 10.2.15
1073
+ max_version: 10.2.15
1074
+ implementation_status: 🟢
1075
+ implemented_by: admin_get_group_nested_members
1076
+ - api: confluence
1077
+ path: /rest/api/group/{groupName}/groupparent
1078
+ method: GET
1079
+ tag: Group
1080
+ operation_id: getParentGroups
1081
+ summary: Get group parents of a group
1082
+ deprecated: false
1083
+ auth_tier: admin
1084
+ destructiveness: read
1085
+ min_version: 10.2.15
1086
+ max_version: 10.2.15
1087
+ implementation_status: 🟢
1088
+ implemented_by: admin_get_group_parents
1089
+ - api: confluence
1090
+ path: /rest/api/group/{groupName}/member
1091
+ method: GET
1092
+ tag: Group
1093
+ operation_id: getMembers
1094
+ summary: Get members of group
1095
+ deprecated: false
1096
+ auth_tier: admin
1097
+ destructiveness: read
1098
+ min_version: 9.2.0
1099
+ max_version: 10.2.15
1100
+ implementation_status: 🟢
1101
+ implemented_by: admin_get_group_members
1102
+ - api: confluence
1103
+ path: /rest/api/group/groupancestor
1104
+ method: GET
1105
+ tag: Group
1106
+ operation_id: getAncestorGroupsByGroupName
1107
+ summary: Get group ancestor of a group
1108
+ deprecated: false
1109
+ auth_tier: admin
1110
+ destructiveness: read
1111
+ min_version: 10.2.15
1112
+ max_version: 10.2.15
1113
+ implementation_status: 🟢
1114
+ implemented_by: admin_get_group_ancestors
1115
+ - api: confluence
1116
+ path: /rest/api/group/groupmember
1117
+ method: GET
1118
+ tag: Group
1119
+ operation_id: getNestedGroupMembersByGroupName
1120
+ summary: Get group members of group
1121
+ deprecated: false
1122
+ auth_tier: admin
1123
+ destructiveness: read
1124
+ min_version: 10.2.15
1125
+ max_version: 10.2.15
1126
+ implementation_status: 🟢
1127
+ implemented_by: admin_get_group_nested_members
1128
+ - api: confluence
1129
+ path: /rest/api/group/groupparent
1130
+ method: GET
1131
+ tag: Group
1132
+ operation_id: getParentGroupsByGroupName
1133
+ summary: Get group parents of a group
1134
+ deprecated: false
1135
+ auth_tier: admin
1136
+ destructiveness: read
1137
+ min_version: 10.2.15
1138
+ max_version: 10.2.15
1139
+ implementation_status: 🟢
1140
+ implemented_by: admin_get_group_parents
1141
+ - api: confluence
1142
+ path: /rest/api/group/info
1143
+ method: GET
1144
+ tag: Group
1145
+ operation_id: getGroupByGroupName
1146
+ summary: Get group by name
1147
+ deprecated: false
1148
+ auth_tier: admin
1149
+ destructiveness: read
1150
+ min_version: 10.2.15
1151
+ max_version: 10.2.15
1152
+ implementation_status: 🟢
1153
+ implemented_by: admin_get_group
1154
+ - api: confluence
1155
+ path: /rest/api/group/member
1156
+ method: GET
1157
+ tag: Group
1158
+ operation_id: getMembersByGroupName
1159
+ summary: Get members of group
1160
+ deprecated: false
1161
+ auth_tier: admin
1162
+ destructiveness: read
1163
+ min_version: 10.2.15
1164
+ max_version: 10.2.15
1165
+ implementation_status: 🟢
1166
+ implemented_by: admin_get_group_members
1167
+ - api: confluence
1168
+ path: /rest/api/index/reindex
1169
+ method: GET
1170
+ tag: Index Management
1171
+ operation_id: reIndexStatus
1172
+ summary: Get reindex status
1173
+ deprecated: false
1174
+ auth_tier: user
1175
+ destructiveness: read
1176
+ min_version: 10.2.15
1177
+ max_version: 10.2.15
1178
+ implementation_status: 🟢
1179
+ implemented_by: get_reindex_status
1180
+ - api: confluence
1181
+ path: /rest/api/index/reindex
1182
+ method: POST
1183
+ tag: Index Management
1184
+ operation_id: reindex
1185
+ summary: Rebuild Confluence search index
1186
+ deprecated: false
1187
+ auth_tier: user
1188
+ destructiveness: write
1189
+ min_version: 10.2.15
1190
+ max_version: 10.2.15
1191
+ implementation_status: 🟢
1192
+ implemented_by: trigger_reindex
1193
+ - api: confluence
1194
+ path: /rest/api/index/resetjob
1195
+ method: PUT
1196
+ tag: Index Management
1197
+ operation_id: resetJob
1198
+ summary: Reset reindex job status
1199
+ deprecated: false
1200
+ auth_tier: user
1201
+ destructiveness: write
1202
+ min_version: 10.2.15
1203
+ max_version: 10.2.15
1204
+ implementation_status: 🟢
1205
+ implemented_by: reset_reindex_job
1206
+ - api: confluence
1207
+ path: /rest/api/index/unindex
1208
+ method: POST
1209
+ tag: Index Management
1210
+ operation_id: unIndexAll
1211
+ summary: Remove all content from search index
1212
+ deprecated: false
1213
+ auth_tier: user
1214
+ destructiveness: write
1215
+ min_version: 10.2.15
1216
+ max_version: 10.2.15
1217
+ implementation_status: 🟢
1218
+ implemented_by: unindex_all_content
1219
+ - api: confluence
1220
+ path: /rest/api/instance-metrics
1221
+ method: GET
1222
+ tag: Instance Metrics
1223
+ operation_id: index_1
1224
+ summary: Get instance metrics
1225
+ deprecated: false
1226
+ auth_tier: user
1227
+ destructiveness: read
1228
+ min_version: 9.2.0
1229
+ max_version: 10.2.15
1230
+ implementation_status: 🟢
1231
+ implemented_by: get_instance_metrics
1232
+ - api: confluence
1233
+ path: /rest/api/label/{labelName}/related
1234
+ method: GET
1235
+ tag: Label
1236
+ operation_id: getRelatedLabels
1237
+ summary: Get related labels, currently returning global labels only.
1238
+ deprecated: false
1239
+ auth_tier: user
1240
+ destructiveness: read
1241
+ min_version: 9.2.0
1242
+ max_version: 10.2.15
1243
+ implementation_status: 🟢
1244
+ implemented_by: get_related_labels
1245
+ - api: confluence
1246
+ path: /rest/api/label/labels
1247
+ method: GET
1248
+ tag: Label
1249
+ operation_id: labels_1
1250
+ summary: Get list of labels matching the given label name, namespace, space (via space key) or owner.
1251
+ deprecated: false
1252
+ auth_tier: user
1253
+ destructiveness: read
1254
+ min_version: 10.2.15
1255
+ max_version: 10.2.15
1256
+ implementation_status: 🟢
1257
+ implemented_by: search_labels
1258
+ - api: confluence
1259
+ path: /rest/api/label/popular
1260
+ method: GET
1261
+ tag: Label
1262
+ operation_id: popular
1263
+ summary: Get most popular labels
1264
+ deprecated: false
1265
+ auth_tier: user
1266
+ destructiveness: read
1267
+ min_version: 10.2.15
1268
+ max_version: 10.2.15
1269
+ implementation_status: 🟢
1270
+ implemented_by: get_popular_labels
1271
+ - api: confluence
1272
+ path: /rest/api/label/recent
1273
+ method: GET
1274
+ tag: Label
1275
+ operation_id: recent
1276
+ summary: Get recently used labels
1277
+ deprecated: false
1278
+ auth_tier: user
1279
+ destructiveness: read
1280
+ min_version: 9.2.0
1281
+ max_version: 10.2.15
1282
+ implementation_status: 🟢
1283
+ implemented_by: get_recent_labels
1284
+ - api: confluence
1285
+ path: /rest/api/longtask
1286
+ method: GET
1287
+ tag: Long Task
1288
+ operation_id: getTasks
1289
+ summary: Get tasks
1290
+ deprecated: false
1291
+ auth_tier: admin
1292
+ destructiveness: read
1293
+ min_version: 9.2.0
1294
+ max_version: 10.2.15
1295
+ implementation_status: 🟢
1296
+ implemented_by: admin_list_long_tasks
1297
+ - api: confluence
1298
+ path: /rest/api/longtask/{id}
1299
+ method: GET
1300
+ tag: Long Task
1301
+ operation_id: getTask
1302
+ summary: Get task by ID
1303
+ deprecated: false
1304
+ auth_tier: admin
1305
+ destructiveness: read
1306
+ min_version: 9.2.0
1307
+ max_version: 10.2.15
1308
+ implementation_status: 🟢
1309
+ implemented_by: admin_get_long_task
1310
+ - api: confluence
1311
+ path: /rest/api/permissions
1312
+ method: GET
1313
+ tag: Global Permissions
1314
+ operation_id: getAllGlobalPermissions
1315
+ summary: Get global permissions
1316
+ deprecated: false
1317
+ auth_tier: admin
1318
+ destructiveness: read
1319
+ min_version: 10.2.15
1320
+ max_version: 10.2.15
1321
+ implementation_status: 🟢
1322
+ implemented_by: admin_list_global_permissions
1323
+ - api: confluence
1324
+ path: /rest/api/permissions
1325
+ method: PUT
1326
+ tag: Global Permissions
1327
+ operation_id: setPermissions
1328
+ summary: Set global permissions to multiple users/groups
1329
+ deprecated: false
1330
+ auth_tier: admin
1331
+ destructiveness: write
1332
+ min_version: 10.2.15
1333
+ max_version: 10.2.15
1334
+ implementation_status: 🟡
1335
+ implemented_by: admin_set_global_permissions
1336
+ - api: confluence
1337
+ path: /rest/api/permissions/anonymous
1338
+ method: GET
1339
+ tag: Global Permissions
1340
+ operation_id: getPermissionsGrantedToAnonymousUsers
1341
+ summary: Gets the permissions granted to an anonymous user
1342
+ deprecated: false
1343
+ auth_tier: admin
1344
+ destructiveness: read
1345
+ min_version: 10.2.15
1346
+ max_version: 10.2.15
1347
+ implementation_status: 🟢
1348
+ implemented_by: admin_get_anonymous_global_permissions
1349
+ - api: confluence
1350
+ path: /rest/api/permissions/anonymous/grant
1351
+ method: PUT
1352
+ tag: Global Permissions
1353
+ operation_id: grantPermissionsToAnonymousUsers
1354
+ summary: Grants global permissions to anonymous users
1355
+ deprecated: false
1356
+ auth_tier: admin
1357
+ destructiveness: write
1358
+ min_version: 10.2.15
1359
+ max_version: 10.2.15
1360
+ implementation_status: 🟡
1361
+ implemented_by: admin_grant_anonymous_global_permissions
1362
+ - api: confluence
1363
+ path: /rest/api/permissions/anonymous/revoke
1364
+ method: PUT
1365
+ tag: Global Permissions
1366
+ operation_id: revokePermissionsFromAnonymousUsers
1367
+ summary: Revoke global permissions from anonymous users
1368
+ deprecated: false
1369
+ auth_tier: admin
1370
+ destructiveness: write
1371
+ min_version: 10.2.15
1372
+ max_version: 10.2.15
1373
+ implementation_status: 🟡
1374
+ implemented_by: admin_revoke_anonymous_global_permissions
1375
+ - api: confluence
1376
+ path: /rest/api/permissions/group/{groupName}
1377
+ method: GET
1378
+ tag: Global Permissions
1379
+ operation_id: getPermissionsGrantedToGroup
1380
+ summary: Gets global permissions granted to a group
1381
+ deprecated: false
1382
+ auth_tier: admin
1383
+ destructiveness: read
1384
+ min_version: 10.2.15
1385
+ max_version: 10.2.15
1386
+ implementation_status: 🟢
1387
+ implemented_by: admin_get_group_global_permissions
1388
+ - api: confluence
1389
+ path: /rest/api/permissions/group/{groupName}/grant
1390
+ method: PUT
1391
+ tag: Global Permissions
1392
+ operation_id: grantPermissionsToGroup
1393
+ summary: Grants global permissions to a group
1394
+ deprecated: false
1395
+ auth_tier: admin
1396
+ destructiveness: write
1397
+ min_version: 10.2.15
1398
+ max_version: 10.2.15
1399
+ implementation_status: 🟡
1400
+ implemented_by: admin_grant_group_global_permissions
1401
+ - api: confluence
1402
+ path: /rest/api/permissions/group/{groupName}/revoke
1403
+ method: PUT
1404
+ tag: Global Permissions
1405
+ operation_id: revokePermissionsFromGroup
1406
+ summary: Revoke global permissions from a group
1407
+ deprecated: false
1408
+ auth_tier: admin
1409
+ destructiveness: write
1410
+ min_version: 10.2.15
1411
+ max_version: 10.2.15
1412
+ implementation_status: 🟡
1413
+ implemented_by: admin_revoke_group_global_permissions
1414
+ - api: confluence
1415
+ path: /rest/api/permissions/unlicensed
1416
+ method: GET
1417
+ tag: Global Permissions
1418
+ operation_id: getPermissionsGrantedToUnlicensedUsers
1419
+ summary: Gets the permissions granted to an unlicensed users
1420
+ deprecated: false
1421
+ auth_tier: admin
1422
+ destructiveness: read
1423
+ min_version: 10.2.15
1424
+ max_version: 10.2.15
1425
+ implementation_status: 🟢
1426
+ implemented_by: admin_get_unlicensed_global_permissions
1427
+ - api: confluence
1428
+ path: /rest/api/permissions/unlicensed/grant
1429
+ method: PUT
1430
+ tag: Global Permissions
1431
+ operation_id: grantPermissionsToUnlicensedUsers
1432
+ summary: Grants global permissions to unlicensed users
1433
+ deprecated: false
1434
+ auth_tier: admin
1435
+ destructiveness: write
1436
+ min_version: 10.2.15
1437
+ max_version: 10.2.15
1438
+ implementation_status: 🟡
1439
+ implemented_by: admin_grant_unlicensed_global_permissions
1440
+ - api: confluence
1441
+ path: /rest/api/permissions/unlicensed/revoke
1442
+ method: PUT
1443
+ tag: Global Permissions
1444
+ operation_id: revokePermissionsFromUnlicensedUsers
1445
+ summary: Revoke global permissions from unlicensed users
1446
+ deprecated: false
1447
+ auth_tier: admin
1448
+ destructiveness: write
1449
+ min_version: 10.2.15
1450
+ max_version: 10.2.15
1451
+ implementation_status: 🟡
1452
+ implemented_by: admin_revoke_unlicensed_global_permissions
1453
+ - api: confluence
1454
+ path: /rest/api/permissions/user/{user}
1455
+ method: GET
1456
+ tag: Global Permissions
1457
+ operation_id: getPermissionsGrantedToUser
1458
+ summary: Gets global permissions granted to a user
1459
+ deprecated: false
1460
+ auth_tier: admin
1461
+ destructiveness: read
1462
+ min_version: 10.2.15
1463
+ max_version: 10.2.15
1464
+ implementation_status: 🟢
1465
+ implemented_by: admin_get_user_global_permissions
1466
+ - api: confluence
1467
+ path: /rest/api/permissions/user/{user}/grant
1468
+ method: PUT
1469
+ tag: Global Permissions
1470
+ operation_id: grantPermissionsToUser
1471
+ summary: Grants global permissions to a user
1472
+ deprecated: false
1473
+ auth_tier: admin
1474
+ destructiveness: write
1475
+ min_version: 10.2.15
1476
+ max_version: 10.2.15
1477
+ implementation_status: 🟢
1478
+ implemented_by: admin_grant_user_global_permissions
1479
+ - api: confluence
1480
+ path: /rest/api/permissions/user/{user}/revoke
1481
+ method: PUT
1482
+ tag: Global Permissions
1483
+ operation_id: revokePermissionsFromUser
1484
+ summary: Revoke global permissions from a user
1485
+ deprecated: false
1486
+ auth_tier: admin
1487
+ destructiveness: write
1488
+ min_version: 10.2.15
1489
+ max_version: 10.2.15
1490
+ implementation_status: 🟢
1491
+ implemented_by: admin_revoke_user_global_permissions
1492
+ - api: confluence
1493
+ path: /rest/api/search
1494
+ method: GET
1495
+ tag: Search
1496
+ operation_id: search_1
1497
+ summary: Search for entities in confluence
1498
+ deprecated: false
1499
+ auth_tier: user
1500
+ destructiveness: read
1501
+ min_version: 9.2.0
1502
+ max_version: 10.2.15
1503
+ implementation_status: 🟢
1504
+ implemented_by: search_entities
1505
+ - api: confluence
1506
+ path: /rest/api/server-information
1507
+ method: GET
1508
+ tag: Server Information
1509
+ operation_id: index_2
1510
+ summary: Get server information
1511
+ deprecated: false
1512
+ auth_tier: user
1513
+ destructiveness: read
1514
+ min_version: 9.2.0
1515
+ max_version: 10.2.15
1516
+ implementation_status: 🟢
1517
+ implemented_by: get_server_information
1518
+ - api: confluence
1519
+ path: /rest/api/space
1520
+ method: GET
1521
+ tag: Space
1522
+ operation_id: spaces
1523
+ summary: Get spaces by key
1524
+ deprecated: false
1525
+ auth_tier: user
1526
+ destructiveness: read
1527
+ min_version: 9.2.0
1528
+ max_version: 10.2.15
1529
+ implementation_status: 🟢
1530
+ implemented_by: list_spaces
1531
+ - api: confluence
1532
+ path: /rest/api/space
1533
+ method: POST
1534
+ tag: Space
1535
+ operation_id: createSpace
1536
+ summary: Creates a new Space.
1537
+ deprecated: false
1538
+ auth_tier: user
1539
+ destructiveness: write
1540
+ min_version: 9.2.0
1541
+ max_version: 10.2.15
1542
+ implementation_status: 🟢
1543
+ implemented_by: create_space
1544
+ - api: confluence
1545
+ path: /rest/api/space/_private
1546
+ method: POST
1547
+ tag: Space
1548
+ operation_id: createPrivateSpace
1549
+ summary: Create private space
1550
+ deprecated: false
1551
+ auth_tier: user
1552
+ destructiveness: write
1553
+ min_version: 9.2.0
1554
+ max_version: 10.2.15
1555
+ implementation_status: 🟢
1556
+ implemented_by: create_private_space
1557
+ - api: confluence
1558
+ path: /rest/api/space/{spaceKey}
1559
+ method: DELETE
1560
+ tag: Space
1561
+ operation_id: delete_5
1562
+ summary: Delete Space
1563
+ deprecated: false
1564
+ auth_tier: user
1565
+ destructiveness: destructive
1566
+ min_version: 9.2.0
1567
+ max_version: 10.2.15
1568
+ implementation_status: 🟢
1569
+ implemented_by: delete_space
1570
+ - api: confluence
1571
+ path: /rest/api/space/{spaceKey}
1572
+ method: GET
1573
+ tag: Space
1574
+ operation_id: space
1575
+ summary: Get space
1576
+ deprecated: false
1577
+ auth_tier: user
1578
+ destructiveness: read
1579
+ min_version: 9.2.0
1580
+ max_version: 10.2.15
1581
+ implementation_status: 🟢
1582
+ implemented_by: get_space
1583
+ - api: confluence
1584
+ path: /rest/api/space/{spaceKey}
1585
+ method: PUT
1586
+ tag: Space
1587
+ operation_id: update_4
1588
+ summary: Update Space
1589
+ deprecated: false
1590
+ auth_tier: user
1591
+ destructiveness: write
1592
+ min_version: 9.2.0
1593
+ max_version: 10.2.15
1594
+ implementation_status: 🟢
1595
+ implemented_by: update_space
1596
+ - api: confluence
1597
+ path: /rest/api/space/{spaceKey}/archive
1598
+ method: PUT
1599
+ tag: Space
1600
+ operation_id: archive
1601
+ summary: Archive space
1602
+ deprecated: false
1603
+ auth_tier: user
1604
+ destructiveness: write
1605
+ min_version: 9.2.0
1606
+ max_version: 10.2.15
1607
+ implementation_status: 🟢
1608
+ implemented_by: archive_space
1609
+ - api: confluence
1610
+ path: /rest/api/space/{spaceKey}/category/{categoryName}
1611
+ method: DELETE
1612
+ tag: Category
1613
+ operation_id: removeCategory
1614
+ summary: Remove a category from a space
1615
+ deprecated: false
1616
+ auth_tier: user
1617
+ destructiveness: destructive
1618
+ min_version: 9.2.0
1619
+ max_version: 10.2.15
1620
+ implementation_status: 🟢
1621
+ implemented_by: remove_space_category
1622
+ - api: confluence
1623
+ path: /rest/api/space/{spaceKey}/category/{labelName}
1624
+ method: POST
1625
+ tag: Category
1626
+ operation_id: add
1627
+ summary: Add a category to a space
1628
+ deprecated: false
1629
+ auth_tier: user
1630
+ destructiveness: write
1631
+ min_version: 10.2.15
1632
+ max_version: 10.2.15
1633
+ implementation_status: 🟢
1634
+ implemented_by: add_space_category
1635
+ - api: confluence
1636
+ path: /rest/api/space/{spaceKey}/color-scheme
1637
+ method: GET
1638
+ tag: SpaceColorScheme
1639
+ operation_id: getSpaceColorScheme
1640
+ summary: Get Space color scheme
1641
+ deprecated: false
1642
+ auth_tier: user
1643
+ destructiveness: read
1644
+ min_version: 9.2.0
1645
+ max_version: 10.2.15
1646
+ implementation_status: 🟢
1647
+ implemented_by: get_space_color_scheme
1648
+ - api: confluence
1649
+ path: /rest/api/space/{spaceKey}/color-scheme
1650
+ method: PUT
1651
+ tag: SpaceColorScheme
1652
+ operation_id: updateSpaceColorScheme
1653
+ summary: Update Space color scheme
1654
+ deprecated: false
1655
+ auth_tier: user
1656
+ destructiveness: write
1657
+ min_version: 9.2.0
1658
+ max_version: 10.2.15
1659
+ implementation_status: 🟢
1660
+ implemented_by: update_space_color_scheme
1661
+ - api: confluence
1662
+ path: /rest/api/space/{spaceKey}/color-scheme/reset
1663
+ method: PUT
1664
+ tag: SpaceColorScheme
1665
+ operation_id: resetSpaceColorScheme
1666
+ summary: Reset Space color scheme
1667
+ deprecated: false
1668
+ auth_tier: user
1669
+ destructiveness: write
1670
+ min_version: 9.2.0
1671
+ max_version: 10.2.15
1672
+ implementation_status: 🟢
1673
+ implemented_by: reset_space_color_scheme
1674
+ - api: confluence
1675
+ path: /rest/api/space/{spaceKey}/color-scheme/type
1676
+ method: GET
1677
+ tag: SpaceColorScheme
1678
+ operation_id: getColorSchemeType
1679
+ summary: Get Space color scheme type
1680
+ deprecated: false
1681
+ auth_tier: user
1682
+ destructiveness: read
1683
+ min_version: 9.2.0
1684
+ max_version: 10.2.15
1685
+ implementation_status: 🟢
1686
+ implemented_by: get_space_color_scheme_type
1687
+ - api: confluence
1688
+ path: /rest/api/space/{spaceKey}/color-scheme/type
1689
+ method: PUT
1690
+ tag: SpaceColorScheme
1691
+ operation_id: updateColorSchemeType
1692
+ summary: Update Space color scheme type
1693
+ deprecated: false
1694
+ auth_tier: user
1695
+ destructiveness: write
1696
+ min_version: 9.2.0
1697
+ max_version: 10.2.15
1698
+ implementation_status: 🟢
1699
+ implemented_by: update_space_color_scheme_type
1700
+ - api: confluence
1701
+ path: /rest/api/space/{spaceKey}/content
1702
+ method: GET
1703
+ tag: Space
1704
+ operation_id: contents
1705
+ summary: Get contents in space
1706
+ deprecated: false
1707
+ auth_tier: user
1708
+ destructiveness: read
1709
+ min_version: 9.2.0
1710
+ max_version: 10.2.15
1711
+ implementation_status: 🟢
1712
+ implemented_by: list_space_content
1713
+ - api: confluence
1714
+ path: /rest/api/space/{spaceKey}/content/{type}
1715
+ method: GET
1716
+ tag: Space
1717
+ operation_id: contentsWithType
1718
+ summary: Get contents by type
1719
+ deprecated: false
1720
+ auth_tier: user
1721
+ destructiveness: read
1722
+ min_version: 9.2.0
1723
+ max_version: 10.2.15
1724
+ implementation_status: 🟢
1725
+ implemented_by: list_space_content_of_type
1726
+ - api: confluence
1727
+ path: /rest/api/space/{spaceKey}/labels
1728
+ method: GET
1729
+ tag: Space Label
1730
+ operation_id: index_3
1731
+ summary: Fetch all labels
1732
+ deprecated: false
1733
+ auth_tier: user
1734
+ destructiveness: read
1735
+ min_version: 9.2.0
1736
+ max_version: 10.2.15
1737
+ implementation_status: 🟢
1738
+ implemented_by: list_space_labels
1739
+ - api: confluence
1740
+ path: /rest/api/space/{spaceKey}/labels/{labelName}/related
1741
+ method: GET
1742
+ tag: Space Label
1743
+ operation_id: related
1744
+ summary: Get related labels
1745
+ deprecated: false
1746
+ auth_tier: user
1747
+ destructiveness: read
1748
+ min_version: 9.2.0
1749
+ max_version: 10.2.15
1750
+ implementation_status: 🟢
1751
+ implemented_by: get_space_related_labels
1752
+ - api: confluence
1753
+ path: /rest/api/space/{spaceKey}/labels/popular
1754
+ method: GET
1755
+ tag: Space Label
1756
+ operation_id: popular
1757
+ summary: Get popular labels
1758
+ deprecated: false
1759
+ auth_tier: user
1760
+ destructiveness: read
1761
+ min_version: 9.2.0
1762
+ max_version: 10.2.15
1763
+ implementation_status: 🟢
1764
+ implemented_by: get_space_popular_labels
1765
+ - api: confluence
1766
+ path: /rest/api/space/{spaceKey}/labels/recent
1767
+ method: GET
1768
+ tag: Space Label
1769
+ operation_id: recent_1
1770
+ summary: Get recent labels
1771
+ deprecated: false
1772
+ auth_tier: user
1773
+ destructiveness: read
1774
+ min_version: 9.2.0
1775
+ max_version: 10.2.15
1776
+ implementation_status: 🟢
1777
+ implemented_by: get_space_recent_labels
1778
+ - api: confluence
1779
+ path: /rest/api/space/{spaceKey}/permissions
1780
+ method: GET
1781
+ tag: Space Permissions
1782
+ operation_id: getAllSpacePermissions
1783
+ summary: Get all space permissions
1784
+ deprecated: false
1785
+ auth_tier: admin
1786
+ destructiveness: read
1787
+ min_version: 9.2.0
1788
+ max_version: 10.2.15
1789
+ implementation_status: 🟢
1790
+ implemented_by: admin_get_space_permissions
1791
+ - api: confluence
1792
+ path: /rest/api/space/{spaceKey}/permissions
1793
+ method: POST
1794
+ tag: Space Permissions
1795
+ operation_id: setPermissions
1796
+ summary: Set permissions to multiple users/groups/anonymous user in the given space
1797
+ deprecated: false
1798
+ auth_tier: admin
1799
+ destructiveness: write
1800
+ min_version: 9.2.0
1801
+ max_version: 10.2.15
1802
+ implementation_status: 🟢
1803
+ implemented_by: admin_set_space_permissions
1804
+ - api: confluence
1805
+ path: /rest/api/space/{spaceKey}/permissions/anonymous
1806
+ method: GET
1807
+ tag: Space Permissions
1808
+ operation_id: getPermissionsGrantedToAnonymousUsers
1809
+ summary: Gets the permissions granted to an anonymous user in a space
1810
+ deprecated: false
1811
+ auth_tier: admin
1812
+ destructiveness: read
1813
+ min_version: 9.2.0
1814
+ max_version: 10.2.15
1815
+ implementation_status: 🟢
1816
+ implemented_by: admin_get_space_anonymous_permissions
1817
+ - api: confluence
1818
+ path: /rest/api/space/{spaceKey}/permissions/anonymous/grant
1819
+ method: PUT
1820
+ tag: Space Permissions
1821
+ operation_id: grantPermissionsToAnonymousUsers
1822
+ summary: Grants space permissions to anonymous user
1823
+ deprecated: false
1824
+ auth_tier: admin
1825
+ destructiveness: write
1826
+ min_version: 9.2.0
1827
+ max_version: 10.2.15
1828
+ implementation_status: 🟢
1829
+ implemented_by: admin_grant_space_anonymous_permissions
1830
+ - api: confluence
1831
+ path: /rest/api/space/{spaceKey}/permissions/anonymous/revoke
1832
+ method: PUT
1833
+ tag: Space Permissions
1834
+ operation_id: revokePermissionsFromAnonymousUser
1835
+ summary: Revoke space permissions from anonymous user
1836
+ deprecated: false
1837
+ auth_tier: admin
1838
+ destructiveness: write
1839
+ min_version: 9.2.0
1840
+ max_version: 10.2.15
1841
+ implementation_status: 🟢
1842
+ implemented_by: admin_revoke_space_anonymous_permissions
1843
+ - api: confluence
1844
+ path: /rest/api/space/{spaceKey}/permissions/group/{groupName}
1845
+ method: GET
1846
+ tag: Space Permissions
1847
+ operation_id: getPermissionsGrantedToGroup
1848
+ summary: Gets the permissions granted to a group in a space
1849
+ deprecated: false
1850
+ auth_tier: admin
1851
+ destructiveness: read
1852
+ min_version: 9.2.0
1853
+ max_version: 10.2.15
1854
+ implementation_status: 🟢
1855
+ implemented_by: admin_get_space_group_permissions
1856
+ - api: confluence
1857
+ path: /rest/api/space/{spaceKey}/permissions/group/{groupName}/grant
1858
+ method: PUT
1859
+ tag: Space Permissions
1860
+ operation_id: grantPermissionsToGroup
1861
+ summary: Grants space permissions to a group
1862
+ deprecated: false
1863
+ auth_tier: admin
1864
+ destructiveness: write
1865
+ min_version: 9.2.0
1866
+ max_version: 10.2.15
1867
+ implementation_status: 🟢
1868
+ implemented_by: admin_grant_space_group_permissions
1869
+ - api: confluence
1870
+ path: /rest/api/space/{spaceKey}/permissions/group/{groupName}/revoke
1871
+ method: PUT
1872
+ tag: Space Permissions
1873
+ operation_id: revokePermissionsFromGroup
1874
+ summary: Revoke space permissions from a group
1875
+ deprecated: false
1876
+ auth_tier: admin
1877
+ destructiveness: write
1878
+ min_version: 9.2.0
1879
+ max_version: 10.2.15
1880
+ implementation_status: 🟢
1881
+ implemented_by: admin_revoke_space_group_permissions
1882
+ - api: confluence
1883
+ path: /rest/api/space/{spaceKey}/permissions/user/{userKey}
1884
+ method: GET
1885
+ tag: Space Permissions
1886
+ operation_id: getPermissionsGrantedToUser
1887
+ summary: Gets the permissions granted to a user in a space
1888
+ deprecated: false
1889
+ auth_tier: admin
1890
+ destructiveness: read
1891
+ min_version: 9.2.0
1892
+ max_version: 10.2.15
1893
+ implementation_status: 🟢
1894
+ implemented_by: admin_get_space_user_permissions
1895
+ - api: confluence
1896
+ path: /rest/api/space/{spaceKey}/permissions/user/{userKey}/grant
1897
+ method: PUT
1898
+ tag: Space Permissions
1899
+ operation_id: grantPermissionsToUser
1900
+ summary: Grants space permissions to a user
1901
+ deprecated: false
1902
+ auth_tier: admin
1903
+ destructiveness: write
1904
+ min_version: 9.2.0
1905
+ max_version: 10.2.15
1906
+ implementation_status: 🟢
1907
+ implemented_by: admin_grant_space_user_permissions
1908
+ - api: confluence
1909
+ path: /rest/api/space/{spaceKey}/permissions/user/{userKey}/revoke
1910
+ method: PUT
1911
+ tag: Space Permissions
1912
+ operation_id: revokePermissionsFromUser
1913
+ summary: Revoke space permissions from a user
1914
+ deprecated: false
1915
+ auth_tier: admin
1916
+ destructiveness: write
1917
+ min_version: 9.2.0
1918
+ max_version: 10.2.15
1919
+ implementation_status: 🟢
1920
+ implemented_by: admin_revoke_space_user_permissions
1921
+ - api: confluence
1922
+ path: /rest/api/space/{spaceKey}/property
1923
+ method: GET
1924
+ tag: Space Property
1925
+ operation_id: get_1
1926
+ summary: Get space properties
1927
+ deprecated: false
1928
+ auth_tier: user
1929
+ destructiveness: read
1930
+ min_version: 9.2.0
1931
+ max_version: 10.2.15
1932
+ implementation_status: 🟢
1933
+ implemented_by: list_space_properties
1934
+ - api: confluence
1935
+ path: /rest/api/space/{spaceKey}/property
1936
+ method: POST
1937
+ tag: Space Property
1938
+ operation_id: create_3
1939
+ summary: Create a space property
1940
+ deprecated: false
1941
+ auth_tier: user
1942
+ destructiveness: write
1943
+ min_version: 9.2.0
1944
+ max_version: 10.2.15
1945
+ implementation_status: 🟢
1946
+ implemented_by: create_space_property
1947
+ - api: confluence
1948
+ path: /rest/api/space/{spaceKey}/property/{key}
1949
+ method: DELETE
1950
+ tag: Space Property
1951
+ operation_id: delete_4
1952
+ summary: Delete space property
1953
+ deprecated: false
1954
+ auth_tier: user
1955
+ destructiveness: destructive
1956
+ min_version: 9.2.0
1957
+ max_version: 10.2.15
1958
+ implementation_status: 🟢
1959
+ implemented_by: delete_space_property
1960
+ - api: confluence
1961
+ path: /rest/api/space/{spaceKey}/property/{key}
1962
+ method: GET
1963
+ tag: Space Property
1964
+ operation_id: get
1965
+ summary: Get space property by key
1966
+ deprecated: false
1967
+ auth_tier: user
1968
+ destructiveness: read
1969
+ min_version: 9.2.0
1970
+ max_version: 10.2.15
1971
+ implementation_status: 🟢
1972
+ implemented_by: get_space_property
1973
+ - api: confluence
1974
+ path: /rest/api/space/{spaceKey}/property/{key}
1975
+ method: POST
1976
+ tag: Space Property
1977
+ operation_id: create_4
1978
+ summary: Create a space property with a specific key
1979
+ deprecated: false
1980
+ auth_tier: user
1981
+ destructiveness: write
1982
+ min_version: 9.2.0
1983
+ max_version: 10.2.15
1984
+ implementation_status: 🟢
1985
+ implemented_by: create_space_property
1986
+ - api: confluence
1987
+ path: /rest/api/space/{spaceKey}/property/{key}
1988
+ method: PUT
1989
+ tag: Space Property
1990
+ operation_id: update_3
1991
+ summary: Update space property
1992
+ deprecated: false
1993
+ auth_tier: user
1994
+ destructiveness: write
1995
+ min_version: 9.2.0
1996
+ max_version: 10.2.15
1997
+ implementation_status: 🟢
1998
+ implemented_by: update_space_property
1999
+ - api: confluence
2000
+ path: /rest/api/space/{spaceKey}/restore
2001
+ method: PUT
2002
+ tag: Space
2003
+ operation_id: restore
2004
+ summary: Restore space
2005
+ deprecated: false
2006
+ auth_tier: admin
2007
+ destructiveness: write
2008
+ min_version: 9.2.0
2009
+ max_version: 10.2.15
2010
+ implementation_status: 🟡
2011
+ implemented_by: admin_restore_space
2012
+ - api: confluence
2013
+ path: /rest/api/space/{spaceKey}/trash
2014
+ method: DELETE
2015
+ tag: Space
2016
+ operation_id: trash
2017
+ summary: Remove all trash contents
2018
+ deprecated: false
2019
+ auth_tier: user
2020
+ destructiveness: destructive
2021
+ min_version: 10.2.15
2022
+ max_version: 10.2.15
2023
+ implementation_status: 🟢
2024
+ implemented_by: empty_space_trash
2025
+ - api: confluence
2026
+ path: /rest/api/space/{spaceKey}/trash
2027
+ method: GET
2028
+ tag: Space
2029
+ operation_id: contentsWithType
2030
+ summary: Get trash contents of space
2031
+ deprecated: false
2032
+ auth_tier: user
2033
+ destructiveness: read
2034
+ min_version: 10.2.15
2035
+ max_version: 10.2.15
2036
+ implementation_status: 🟢
2037
+ implemented_by: list_space_trash
2038
+ - api: confluence
2039
+ path: /rest/api/space/{spaceKey}/watchers
2040
+ method: GET
2041
+ tag: Space Watchers
2042
+ operation_id: index_4
2043
+ summary: Fetch users watching space
2044
+ deprecated: false
2045
+ auth_tier: user
2046
+ destructiveness: read
2047
+ min_version: 9.2.0
2048
+ max_version: 10.2.15
2049
+ implementation_status: 🟢
2050
+ implemented_by: get_space_watchers
2051
+ - api: confluence
2052
+ path: /rest/api/space/personal
2053
+ method: POST
2054
+ tag: Space
2055
+ operation_id: createPersonalSpace_1
2056
+ summary: Creates the personal Space for self.
2057
+ deprecated: false
2058
+ auth_tier: user
2059
+ destructiveness: write
2060
+ min_version: 10.2.15
2061
+ max_version: 10.2.15
2062
+ implementation_status: 🟢
2063
+ implemented_by: create_personal_space
2064
+ - api: confluence
2065
+ path: /rest/api/user
2066
+ method: GET
2067
+ tag: User
2068
+ operation_id: getUser
2069
+ summary: Get user
2070
+ deprecated: false
2071
+ auth_tier: user
2072
+ destructiveness: read
2073
+ min_version: 9.2.0
2074
+ max_version: 10.2.15
2075
+ implementation_status: 🟢
2076
+ implemented_by: get_user
2077
+ - api: confluence
2078
+ path: /rest/api/user/{username}/group/{groupName}
2079
+ method: DELETE
2080
+ tag: User Group
2081
+ operation_id: delete_6
2082
+ summary: Delete user group
2083
+ deprecated: false
2084
+ auth_tier: admin
2085
+ destructiveness: destructive
2086
+ min_version: 9.2.0
2087
+ max_version: 10.2.15
2088
+ implementation_status: 🟢
2089
+ implemented_by: admin_remove_user_from_group
2090
+ - api: confluence
2091
+ path: /rest/api/user/{username}/group/{groupName}
2092
+ method: PUT
2093
+ tag: User Group
2094
+ operation_id: update_5
2095
+ summary: Update user group
2096
+ deprecated: false
2097
+ auth_tier: admin
2098
+ destructiveness: write
2099
+ min_version: 9.2.0
2100
+ max_version: 10.2.15
2101
+ implementation_status: 🟢
2102
+ implemented_by: admin_add_user_to_group
2103
+ - api: confluence
2104
+ path: /rest/api/user/anonymous
2105
+ method: GET
2106
+ tag: User
2107
+ operation_id: getAnonymous
2108
+ summary: Get information about anonymous user type
2109
+ deprecated: false
2110
+ auth_tier: user
2111
+ destructiveness: read
2112
+ min_version: 9.2.0
2113
+ max_version: 10.2.15
2114
+ implementation_status: 🟢
2115
+ implemented_by: get_anonymous_user_info
2116
+ - api: confluence
2117
+ path: /rest/api/user/current
2118
+ method: GET
2119
+ tag: User
2120
+ operation_id: getCurrent
2121
+ summary: Get current user
2122
+ deprecated: false
2123
+ auth_tier: user
2124
+ destructiveness: read
2125
+ min_version: 9.2.0
2126
+ max_version: 10.2.15
2127
+ implementation_status: 🟢
2128
+ implemented_by: get_current_user
2129
+ - api: confluence
2130
+ path: /rest/api/user/current
2131
+ method: PUT
2132
+ tag: User
2133
+ operation_id: updateUser_1
2134
+ summary: Update details of the current user
2135
+ deprecated: false
2136
+ auth_tier: user
2137
+ destructiveness: write
2138
+ min_version: 10.2.15
2139
+ max_version: 10.2.15
2140
+ implementation_status: 🟢
2141
+ implemented_by: update_current_user
2142
+ - api: confluence
2143
+ path: /rest/api/user/current/password
2144
+ method: POST
2145
+ tag: User
2146
+ operation_id: changePassword_1
2147
+ summary: Change password
2148
+ deprecated: false
2149
+ auth_tier: user
2150
+ destructiveness: write
2151
+ min_version: 9.2.0
2152
+ max_version: 10.2.15
2153
+ implementation_status: 🟡
2154
+ implemented_by: change_current_user_password
2155
+ - api: confluence
2156
+ path: /rest/api/user/list
2157
+ method: GET
2158
+ tag: User
2159
+ operation_id: getUsers
2160
+ summary: Get registered users
2161
+ deprecated: false
2162
+ auth_tier: user
2163
+ destructiveness: read
2164
+ min_version: 9.2.0
2165
+ max_version: 10.2.15
2166
+ implementation_status: 🟢
2167
+ implemented_by: list_users
2168
+ - api: confluence
2169
+ path: /rest/api/user/memberof
2170
+ method: GET
2171
+ tag: User
2172
+ operation_id: getGroups_1
2173
+ summary: Get groups
2174
+ deprecated: false
2175
+ auth_tier: user
2176
+ destructiveness: read
2177
+ min_version: 9.2.0
2178
+ max_version: 10.2.15
2179
+ implementation_status: 🟢
2180
+ implemented_by: get_user_groups
2181
+ - api: confluence
2182
+ path: /rest/api/user/settings
2183
+ method: PUT
2184
+ tag: User
2185
+ operation_id: updateUserSettings
2186
+ summary: Update a user's preference settings
2187
+ deprecated: false
2188
+ auth_tier: user
2189
+ destructiveness: write
2190
+ min_version: 10.2.15
2191
+ max_version: 10.2.15
2192
+ implementation_status: 🟢
2193
+ implemented_by: update_user_settings
2194
+ - api: confluence
2195
+ path: /rest/api/user/watch/content/{contentId}
2196
+ method: DELETE
2197
+ tag: User Watch
2198
+ operation_id: removeContentWatcher
2199
+ summary: Remove content watcher
2200
+ deprecated: false
2201
+ auth_tier: user
2202
+ destructiveness: destructive
2203
+ min_version: 9.2.0
2204
+ max_version: 10.2.15
2205
+ implementation_status: 🟢
2206
+ implemented_by: remove_content_watcher
2207
+ - api: confluence
2208
+ path: /rest/api/user/watch/content/{contentId}
2209
+ method: GET
2210
+ tag: User Watch
2211
+ operation_id: isWatchingContent
2212
+ summary: Get information about content watcher
2213
+ deprecated: false
2214
+ auth_tier: user
2215
+ destructiveness: read
2216
+ min_version: 9.2.0
2217
+ max_version: 10.2.15
2218
+ implementation_status: 🟢
2219
+ implemented_by: is_watching_content
2220
+ - api: confluence
2221
+ path: /rest/api/user/watch/content/{contentId}
2222
+ method: POST
2223
+ tag: User Watch
2224
+ operation_id: addContentWatcher
2225
+ summary: Add content watcher
2226
+ deprecated: false
2227
+ auth_tier: user
2228
+ destructiveness: write
2229
+ min_version: 9.2.0
2230
+ max_version: 10.2.15
2231
+ implementation_status: 🟢
2232
+ implemented_by: add_content_watcher
2233
+ - api: confluence
2234
+ path: /rest/api/user/watch/space/{spaceKey}
2235
+ method: DELETE
2236
+ tag: User Watch
2237
+ operation_id: removeSpaceWatch
2238
+ summary: Remove space watcher
2239
+ deprecated: false
2240
+ auth_tier: user
2241
+ destructiveness: destructive
2242
+ min_version: 9.2.0
2243
+ max_version: 10.2.15
2244
+ implementation_status: 🟢
2245
+ implemented_by: remove_space_watcher
2246
+ - api: confluence
2247
+ path: /rest/api/user/watch/space/{spaceKey}
2248
+ method: GET
2249
+ tag: User Watch
2250
+ operation_id: isWatchingSpace
2251
+ summary: Get information about space watcher
2252
+ deprecated: false
2253
+ auth_tier: user
2254
+ destructiveness: read
2255
+ min_version: 9.2.0
2256
+ max_version: 10.2.15
2257
+ implementation_status: 🟢
2258
+ implemented_by: is_watching_space
2259
+ - api: confluence
2260
+ path: /rest/api/user/watch/space/{spaceKey}
2261
+ method: POST
2262
+ tag: User Watch
2263
+ operation_id: addSpaceWatch
2264
+ summary: Add space watcher
2265
+ deprecated: false
2266
+ auth_tier: user
2267
+ destructiveness: write
2268
+ min_version: 9.2.0
2269
+ max_version: 10.2.15
2270
+ implementation_status: 🟢
2271
+ implemented_by: add_space_watcher
2272
+ - api: confluence
2273
+ path: /rest/api/webhooks
2274
+ method: GET
2275
+ tag: Webhooks
2276
+ operation_id: findWebhooks
2277
+ summary: Find webhooks
2278
+ deprecated: false
2279
+ auth_tier: admin
2280
+ destructiveness: read
2281
+ min_version: 9.2.0
2282
+ max_version: 10.2.15
2283
+ implementation_status: 🟢
2284
+ implemented_by: admin_list_webhooks
2285
+ - api: confluence
2286
+ path: /rest/api/webhooks
2287
+ method: POST
2288
+ tag: Webhooks
2289
+ operation_id: createWebhook
2290
+ summary: Create webhook
2291
+ deprecated: false
2292
+ auth_tier: admin
2293
+ destructiveness: write
2294
+ min_version: 9.2.0
2295
+ max_version: 10.2.15
2296
+ implementation_status: 🟢
2297
+ implemented_by: admin_create_webhook
2298
+ - api: confluence
2299
+ path: /rest/api/webhooks/{webhookId}
2300
+ method: DELETE
2301
+ tag: Webhooks
2302
+ operation_id: deleteWebhook
2303
+ summary: Delete webhook
2304
+ deprecated: false
2305
+ auth_tier: admin
2306
+ destructiveness: destructive
2307
+ min_version: 9.2.0
2308
+ max_version: 10.2.15
2309
+ implementation_status: 🟢
2310
+ implemented_by: admin_delete_webhook
2311
+ - api: confluence
2312
+ path: /rest/api/webhooks/{webhookId}
2313
+ method: GET
2314
+ tag: Webhooks
2315
+ operation_id: getWebhook
2316
+ summary: Get webhook
2317
+ deprecated: false
2318
+ auth_tier: admin
2319
+ destructiveness: read
2320
+ min_version: 9.2.0
2321
+ max_version: 10.2.15
2322
+ implementation_status: 🟢
2323
+ implemented_by: admin_get_webhook
2324
+ - api: confluence
2325
+ path: /rest/api/webhooks/{webhookId}
2326
+ method: PUT
2327
+ tag: Webhooks
2328
+ operation_id: updateWebhook
2329
+ summary: ' Update webhook'
2330
+ deprecated: false
2331
+ auth_tier: admin
2332
+ destructiveness: write
2333
+ min_version: 9.2.0
2334
+ max_version: 10.2.15
2335
+ implementation_status: 🟢
2336
+ implemented_by: admin_update_webhook
2337
+ - api: confluence
2338
+ path: /rest/api/webhooks/{webhookId}/latest
2339
+ method: GET
2340
+ tag: Webhooks
2341
+ operation_id: getLatestInvocation
2342
+ summary: Get latest invocations
2343
+ deprecated: false
2344
+ auth_tier: admin
2345
+ destructiveness: read
2346
+ min_version: 9.2.0
2347
+ max_version: 10.2.15
2348
+ implementation_status: 🟢
2349
+ implemented_by: admin_get_webhook_latest_invocations
2350
+ - api: confluence
2351
+ path: /rest/api/webhooks/{webhookId}/statistics
2352
+ method: GET
2353
+ tag: Webhooks
2354
+ operation_id: getStatistics
2355
+ summary: Get statistic
2356
+ deprecated: false
2357
+ auth_tier: admin
2358
+ destructiveness: read
2359
+ min_version: 9.2.0
2360
+ max_version: 10.2.15
2361
+ implementation_status: 🟢
2362
+ implemented_by: admin_get_webhook_statistics
2363
+ - api: confluence
2364
+ path: /rest/api/webhooks/{webhookId}/statistics/summary
2365
+ method: GET
2366
+ tag: Webhooks
2367
+ operation_id: getStatisticsSummary
2368
+ summary: Get statistics summary
2369
+ deprecated: false
2370
+ auth_tier: admin
2371
+ destructiveness: read
2372
+ min_version: 9.2.0
2373
+ max_version: 10.2.15
2374
+ implementation_status: 🟢
2375
+ implemented_by: admin_get_webhook_statistics_summary
2376
+ - api: confluence
2377
+ path: /rest/api/webhooks/test
2378
+ method: POST
2379
+ tag: Webhooks
2380
+ operation_id: testWebhook
2381
+ summary: Test webhook
2382
+ deprecated: false
2383
+ auth_tier: admin
2384
+ destructiveness: write
2385
+ min_version: 9.2.0
2386
+ max_version: 10.2.15
2387
+ implementation_status: 🟢
2388
+ implemented_by: admin_test_webhook