@tocca-systems/twp-cli 0.14.1 → 0.15.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 (318) hide show
  1. package/CHANGELOG.public.md +23 -0
  2. package/README.md +27 -0
  3. package/command-model/account-lock.json +108 -0
  4. package/command-model/address.json +40 -0
  5. package/command-model/agent-loop.json +1121 -0
  6. package/command-model/agent.json +838 -0
  7. package/command-model/ai-chat-history.json +239 -0
  8. package/command-model/ai-rag.json +118 -0
  9. package/command-model/ai-task-copilot.json +235 -0
  10. package/command-model/ai-token-usage.json +421 -0
  11. package/command-model/analysis-page-access-rule.json +250 -0
  12. package/command-model/analysis.json +153 -0
  13. package/command-model/announcement.json +208 -0
  14. package/command-model/api-key.json +255 -0
  15. package/command-model/api-usage.json +123 -0
  16. package/command-model/attendance-report-category.json +263 -0
  17. package/command-model/attendance-report-reason-detail.json +291 -0
  18. package/command-model/attendance-report-reason.json +279 -0
  19. package/command-model/attendance-report.json +384 -0
  20. package/command-model/attendance-timesheet.json +92 -0
  21. package/command-model/attendance.json +34 -0
  22. package/command-model/audit-log.json +146 -0
  23. package/command-model/auth.json +268 -0
  24. package/command-model/authorize.json +60 -0
  25. package/command-model/auto-charge.json +149 -0
  26. package/command-model/badge.json +116 -0
  27. package/command-model/billing.json +297 -0
  28. package/command-model/budget.json +505 -0
  29. package/command-model/business-card.json +47 -0
  30. package/command-model/business-place.json +323 -0
  31. package/command-model/capacity.json +171 -0
  32. package/command-model/catalog.json +234 -0
  33. package/command-model/chat-channel.json +566 -0
  34. package/command-model/chat-mention-group.json +135 -0
  35. package/command-model/chat-message.json +296 -0
  36. package/command-model/chat-tenant-connection.json +173 -0
  37. package/command-model/cli-auth.json +212 -0
  38. package/command-model/cms-tag.json +323 -0
  39. package/command-model/commuting-expense.json +422 -0
  40. package/command-model/company-case-document.json +41 -0
  41. package/command-model/company-contract-document.json +350 -0
  42. package/command-model/company.json +581 -0
  43. package/command-model/config.json +63 -0
  44. package/command-model/contract.json +546 -0
  45. package/command-model/credit.json +629 -0
  46. package/command-model/cross-project-report.json +40 -0
  47. package/command-model/customer-campaign.json +181 -0
  48. package/command-model/customer-contact.json +538 -0
  49. package/command-model/customer-interaction.json +714 -0
  50. package/command-model/customer-people.json +129 -0
  51. package/command-model/customer.json +129 -0
  52. package/command-model/cycle-time-analysis.json +59 -0
  53. package/command-model/dashboard-calendar.json +40 -0
  54. package/command-model/department.json +374 -0
  55. package/command-model/deposit-plan.json +69 -0
  56. package/command-model/deposit.json +498 -0
  57. package/command-model/desktop-release.json +63 -0
  58. package/command-model/domain-knowledge-doc.json +287 -0
  59. package/command-model/domain-knowledge.json +246 -0
  60. package/command-model/dynamo-attachment.json +253 -0
  61. package/command-model/dynamo-cms.json +1322 -0
  62. package/command-model/dynamo-inquiry.json +417 -0
  63. package/command-model/dynamo-support.json +297 -0
  64. package/command-model/email-change.json +59 -0
  65. package/command-model/equipment-category.json +129 -0
  66. package/command-model/equipment.json +614 -0
  67. package/command-model/estimate-case-document.json +349 -0
  68. package/command-model/estimate-format.json +465 -0
  69. package/command-model/estimate-no-rule.json +236 -0
  70. package/command-model/estimate.json +1025 -0
  71. package/command-model/evaluation-pdf.json +68 -0
  72. package/command-model/evaluation-period.json +476 -0
  73. package/command-model/evaluation.json +786 -0
  74. package/command-model/expense-settings.json +60 -0
  75. package/command-model/external-integration-proxy.json +1261 -0
  76. package/command-model/faq-notion-import.json +246 -0
  77. package/command-model/faq.json +410 -0
  78. package/command-model/favorite.json +179 -0
  79. package/command-model/feedback.json +544 -0
  80. package/command-model/fiscal-year-setting.json +167 -0
  81. package/command-model/floor-map.json +175 -0
  82. package/command-model/follow-up-message-template.json +197 -0
  83. package/command-model/git-hub-pr-status.json +41 -0
  84. package/command-model/goal-sheet.json +350 -0
  85. package/command-model/google-auth.json +100 -0
  86. package/command-model/hearing-auth.json +329 -0
  87. package/command-model/hearing-invitation.json +252 -0
  88. package/command-model/hearing-session.json +194 -0
  89. package/command-model/hearing.json +929 -0
  90. package/command-model/holiday.json +362 -0
  91. package/command-model/hr-checklist-template.json +261 -0
  92. package/command-model/hr-checklist.json +185 -0
  93. package/command-model/hr-qualification.json +108 -0
  94. package/command-model/html-editor.json +55 -0
  95. package/command-model/index.json +1500 -0
  96. package/command-model/inquiry-response-generator.json +43 -0
  97. package/command-model/inquiry-routing.json +364 -0
  98. package/command-model/invoice-auto-template.json +245 -0
  99. package/command-model/invoice-no-rule.json +236 -0
  100. package/command-model/invoice.json +897 -0
  101. package/command-model/job-title.json +421 -0
  102. package/command-model/knowledge-qa.json +62 -0
  103. package/command-model/knowledge-recommendation-feedback.json +102 -0
  104. package/command-model/knowledge-recommendation.json +56 -0
  105. package/command-model/legacy-migration.json +76 -0
  106. package/command-model/license-assignment.json +296 -0
  107. package/command-model/license-type.json +288 -0
  108. package/command-model/license.json +525 -0
  109. package/command-model/login-history.json +99 -0
  110. package/command-model/man-hour.json +107 -0
  111. package/command-model/master-announcement.json +520 -0
  112. package/command-model/master-billing.json +117 -0
  113. package/command-model/master-pricing.json +246 -0
  114. package/command-model/master-product.json +523 -0
  115. package/command-model/master-support-ai.json +39 -0
  116. package/command-model/master-support.json +450 -0
  117. package/command-model/master-tenant.json +1909 -0
  118. package/command-model/media-file-comment.json +142 -0
  119. package/command-model/media-file-hls.json +47 -0
  120. package/command-model/media-file-version.json +188 -0
  121. package/command-model/media-file.json +1712 -0
  122. package/command-model/media-folder.json +398 -0
  123. package/command-model/meeting-category.json +195 -0
  124. package/command-model/meeting-minutes.json +68 -0
  125. package/command-model/meeting-pdf.json +41 -0
  126. package/command-model/meeting-template.json +227 -0
  127. package/command-model/meeting.json +1030 -0
  128. package/command-model/member.json +132 -0
  129. package/command-model/microsoft-auth.json +97 -0
  130. package/command-model/milli-credit.json +273 -0
  131. package/command-model/ms365-calendar-o-auth.json +115 -0
  132. package/command-model/music-generation.json +232 -0
  133. package/command-model/my-task.json +167 -0
  134. package/command-model/my-training.json +158 -0
  135. package/command-model/news-perspective.json +215 -0
  136. package/command-model/note-category.json +149 -0
  137. package/command-model/note-comment.json +225 -0
  138. package/command-model/note-favorite.json +47 -0
  139. package/command-model/note-reaction.json +62 -0
  140. package/command-model/note-subscription.json +110 -0
  141. package/command-model/note.json +578 -0
  142. package/command-model/notification-recipient-rule.json +231 -0
  143. package/command-model/notification.json +336 -0
  144. package/command-model/notion-import.json +265 -0
  145. package/command-model/o-auth-client.json +334 -0
  146. package/command-model/onboarding-template.json +706 -0
  147. package/command-model/operating-hours.json +100 -0
  148. package/command-model/order-form-scan.json +33 -0
  149. package/command-model/org-chart.json +40 -0
  150. package/command-model/organization-announcement-category.json +135 -0
  151. package/command-model/organization-announcement.json +605 -0
  152. package/command-model/password-reset.json +100 -0
  153. package/command-model/payee.json +223 -0
  154. package/command-model/pc-situation.json +129 -0
  155. package/command-model/phone-change.json +65 -0
  156. package/command-model/policy-employee.json +99 -0
  157. package/command-model/policy.json +506 -0
  158. package/command-model/position.json +305 -0
  159. package/command-model/private-agent-loop.json +850 -0
  160. package/command-model/private-task.json +406 -0
  161. package/command-model/process.json +237 -0
  162. package/command-model/profit-analysis.json +183 -0
  163. package/command-model/profit-summary.json +70 -0
  164. package/command-model/project-assignment.json +55 -0
  165. package/command-model/project-cost.json +255 -0
  166. package/command-model/project-custom-field.json +379 -0
  167. package/command-model/project-digest.json +116 -0
  168. package/command-model/project-evaluation.json +313 -0
  169. package/command-model/project-health.json +158 -0
  170. package/command-model/project-member.json +468 -0
  171. package/command-model/project-process.json +310 -0
  172. package/command-model/project-profit-analysis.json +59 -0
  173. package/command-model/project-quality-check-corrective-task.json +126 -0
  174. package/command-model/project-quality-check-record.json +131 -0
  175. package/command-model/project-quality-check-scope.json +87 -0
  176. package/command-model/project-quality-check-status.json +63 -0
  177. package/command-model/project-repository.json +180 -0
  178. package/command-model/project-revenue.json +292 -0
  179. package/command-model/project-task-analytics.json +41 -0
  180. package/command-model/project-task-category.json +203 -0
  181. package/command-model/project-task-comment.json +430 -0
  182. package/command-model/project-task-form-options.json +41 -0
  183. package/command-model/project-task-label.json +203 -0
  184. package/command-model/project-task-link.json +169 -0
  185. package/command-model/project-task-milestone.json +215 -0
  186. package/command-model/project-task-rule.json +376 -0
  187. package/command-model/project-task-status.json +221 -0
  188. package/command-model/project-task-template.json +264 -0
  189. package/command-model/project-task-type.json +240 -0
  190. package/command-model/project-task-version.json +215 -0
  191. package/command-model/project-task-watcher.json +101 -0
  192. package/command-model/project-task.json +1476 -0
  193. package/command-model/project-template.json +443 -0
  194. package/command-model/project.json +979 -0
  195. package/command-model/prospect-activity.json +293 -0
  196. package/command-model/prospect-promotion.json +86 -0
  197. package/command-model/prospect.json +793 -0
  198. package/command-model/public-search.json +68 -0
  199. package/command-model/purchase-ai-field-mapping.json +293 -0
  200. package/command-model/purchase-document.json +349 -0
  201. package/command-model/purchase-estimate-scan.json +42 -0
  202. package/command-model/purchase-no-rule.json +242 -0
  203. package/command-model/purchase.json +608 -0
  204. package/command-model/push-subscription.json +108 -0
  205. package/command-model/qualification-import.json +91 -0
  206. package/command-model/qualification.json +252 -0
  207. package/command-model/quality-check-item.json +256 -0
  208. package/command-model/rag.json +76 -0
  209. package/command-model/rating-criteria.json +76 -0
  210. package/command-model/receivable-closing.json +105 -0
  211. package/command-model/receivable.json +63 -0
  212. package/command-model/received-invoice.json +151 -0
  213. package/command-model/refresh-token.json +31 -0
  214. package/command-model/report-format-order.json +48 -0
  215. package/command-model/report-saved-tab.json +154 -0
  216. package/command-model/report.json +2400 -0
  217. package/command-model/retrospective.json +591 -0
  218. package/command-model/revoke.json +34 -0
  219. package/command-model/risk-analysis.json +41 -0
  220. package/command-model/role-template.json +198 -0
  221. package/command-model/sales-ai-review-knowledge-draft.json +37 -0
  222. package/command-model/sales-ai-review-knowledge-pr.json +49 -0
  223. package/command-model/sales-ai-review-reason-list.json +70 -0
  224. package/command-model/sales-pdf.json +293 -0
  225. package/command-model/sales-rounding-setting.json +66 -0
  226. package/command-model/sales.json +425 -0
  227. package/command-model/saved-tab.json +150 -0
  228. package/command-model/saved-task-filter.json +154 -0
  229. package/command-model/seal-impression.json +195 -0
  230. package/command-model/segment.json +237 -0
  231. package/command-model/sidebar-badge-setting.json +60 -0
  232. package/command-model/skill-analytics.json +163 -0
  233. package/command-model/skill-category.json +235 -0
  234. package/command-model/skill-evaluation-export.json +49 -0
  235. package/command-model/skill-evaluation-record.json +140 -0
  236. package/command-model/skill-micro-feedback.json +132 -0
  237. package/command-model/skill-role-assignment.json +117 -0
  238. package/command-model/skill.json +327 -0
  239. package/command-model/staff-kpi-setting.json +186 -0
  240. package/command-model/staff-kpi.json +46 -0
  241. package/command-model/staffing-plan.json +428 -0
  242. package/command-model/storage.json +254 -0
  243. package/command-model/subscription.json +164 -0
  244. package/command-model/supplier-payment-schedule.json +237 -0
  245. package/command-model/supplier-payment.json +344 -0
  246. package/command-model/survey-tracker.json +398 -0
  247. package/command-model/survey.json +1759 -0
  248. package/command-model/task-analysis.json +34 -0
  249. package/command-model/task-branch.json +307 -0
  250. package/command-model/task-recurrence.json +261 -0
  251. package/command-model/task-wiki-link.json +155 -0
  252. package/command-model/tenant-ai-key.json +339 -0
  253. package/command-model/tenant-egress-policy.json +288 -0
  254. package/command-model/tenant-email-settings.json +143 -0
  255. package/command-model/tenant-git-hub-settings.json +361 -0
  256. package/command-model/tenant-master-email-change.json +59 -0
  257. package/command-model/tenant-rag-settings.json +382 -0
  258. package/command-model/tenant-registration.json +128 -0
  259. package/command-model/tenant-search.json +40 -0
  260. package/command-model/tenant-settings.json +1228 -0
  261. package/command-model/terms.json +90 -0
  262. package/command-model/test-execution.json +367 -0
  263. package/command-model/test-scenario.json +384 -0
  264. package/command-model/token.json +31 -0
  265. package/command-model/training-attendance.json +509 -0
  266. package/command-model/training-master.json +314 -0
  267. package/command-model/training-session.json +604 -0
  268. package/command-model/unified-search.json +127 -0
  269. package/command-model/update-record.json +90 -0
  270. package/command-model/user-api-key.json +357 -0
  271. package/command-model/user-assignment-calendar.json +47 -0
  272. package/command-model/user-assignment.json +663 -0
  273. package/command-model/user-contract-type.json +453 -0
  274. package/command-model/user-contract.json +759 -0
  275. package/command-model/user-group.json +147 -0
  276. package/command-model/user-info.json +34 -0
  277. package/command-model/user-invitation.json +1045 -0
  278. package/command-model/user-management.json +393 -0
  279. package/command-model/user-qualification.json +167 -0
  280. package/command-model/user-seal-generate.json +49 -0
  281. package/command-model/user-shortcut-setting.json +108 -0
  282. package/command-model/user-skill-profile.json +540 -0
  283. package/command-model/user.json +983 -0
  284. package/command-model/video-generation.json +456 -0
  285. package/command-model/web-search.json +67 -0
  286. package/command-model/well-known.json +63 -0
  287. package/command-model/whisper.json +88 -0
  288. package/command-model/wiki-collection.json +457 -0
  289. package/command-model/wiki-notion-import.json +172 -0
  290. package/command-model/wiki-template.json +187 -0
  291. package/command-model/wiki.json +449 -0
  292. package/command-model/worker-agent-run.json +185 -0
  293. package/command-model/worker-agent.json +524 -0
  294. package/command-model/workflow-ai-review.json +108 -0
  295. package/command-model/workflow-analysis.json +59 -0
  296. package/command-model/workflow-approval-delegation.json +135 -0
  297. package/command-model/workflow-approval.json +257 -0
  298. package/command-model/workflow-instance.json +273 -0
  299. package/command-model/workflow-tracker.json +481 -0
  300. package/command-model/workflow.json +553 -0
  301. package/command-model/workload-alert.json +105 -0
  302. package/dist/api-command-KPZHOOY2.js +73 -0
  303. package/dist/{app-BSEVWRJY.js → app-LLSZV6SM.js} +28 -27
  304. package/dist/{backlog-M5ORA4UV.js → backlog-AYEKG575.js} +2 -2
  305. package/dist/{chunk-V4VHRASG.js → chunk-7WEYBZSK.js} +1 -1
  306. package/dist/{chunk-EOFANBVM.js → chunk-FKIZ5ZJU.js} +2 -2
  307. package/dist/{chunk-6JGIC2IW.js → chunk-HCO3IYGJ.js} +1 -1
  308. package/dist/{run-6FWRZNZR.js → chunk-JD752WTS.js} +6 -7
  309. package/dist/{chunk-4WK2ECUX.js → chunk-S646CPM4.js} +3 -3
  310. package/dist/{chunk-ZVZL4QHS.js → chunk-Y5RTTQ4Y.js} +51 -25
  311. package/dist/cli.js +25 -23
  312. package/dist/{commands-S7RTRVR5.js → commands-RNBJ3AKL.js} +4 -4
  313. package/dist/{commands-YPT6RK74.js → commands-VUWI4ERO.js} +1 -1
  314. package/dist/{oneshot-FI5F5SP5.js → oneshot-HQJEXZHJ.js} +5 -5
  315. package/dist/run-N3HIHYO7.js +4 -0
  316. package/dist/{setup-JXETAINT.js → setup-OULTAG6G.js} +1 -1
  317. package/dist/{task-DAW7IUDT.js → task-UK4QO26W.js} +2 -2
  318. package/package.json +2 -1
@@ -0,0 +1,2400 @@
1
+ {
2
+ "domain": "report",
3
+ "operations": [
4
+ {
5
+ "name": "active-formats",
6
+ "domain": "report",
7
+ "operationId": "report.activeFormats",
8
+ "method": "GET",
9
+ "path": "/v2/reports/formats/active",
10
+ "summary": "有効なフォーマット一覧(権限フィルタなし)",
11
+ "pathParams": [],
12
+ "queryParams": [
13
+ {
14
+ "name": "limit",
15
+ "type": "integer",
16
+ "required": false,
17
+ "description": "1ページあたりの件数",
18
+ "source": "curation"
19
+ },
20
+ {
21
+ "name": "cursor",
22
+ "type": "string",
23
+ "required": false,
24
+ "description": "次ページの取得に使うカーソル",
25
+ "source": "curation"
26
+ }
27
+ ],
28
+ "body": null,
29
+ "resultPath": "",
30
+ "risk": "read",
31
+ "aliases": []
32
+ },
33
+ {
34
+ "name": "add-reviewer",
35
+ "domain": "report",
36
+ "operationId": "report.addReviewer",
37
+ "method": "POST",
38
+ "path": "/v2/reports/formats/{formatId}/reviewers",
39
+ "summary": "閲覧者追加",
40
+ "pathParams": [
41
+ {
42
+ "name": "formatId",
43
+ "type": "string",
44
+ "required": true,
45
+ "source": "spec"
46
+ }
47
+ ],
48
+ "queryParams": [],
49
+ "body": {
50
+ "schema": {
51
+ "type": "object",
52
+ "properties": {
53
+ "type": {
54
+ "type": "string",
55
+ "enum": [
56
+ "user",
57
+ "group",
58
+ "department"
59
+ ]
60
+ },
61
+ "target_id": {
62
+ "type": "string"
63
+ },
64
+ "share_historical": {
65
+ "type": [
66
+ "boolean",
67
+ "null"
68
+ ]
69
+ },
70
+ "view_from_date": {
71
+ "type": [
72
+ "string",
73
+ "null"
74
+ ],
75
+ "format": "date-time"
76
+ }
77
+ },
78
+ "required": [
79
+ "type",
80
+ "target_id"
81
+ ]
82
+ }
83
+ },
84
+ "resultPath": "",
85
+ "risk": "write",
86
+ "aliases": []
87
+ },
88
+ {
89
+ "name": "advice-report",
90
+ "domain": "report",
91
+ "operationId": "report.adviceReport",
92
+ "method": "POST",
93
+ "path": "/v2/reports/{id}/advice",
94
+ "summary": "レポートのAIアドバイスを生成",
95
+ "pathParams": [
96
+ {
97
+ "name": "id",
98
+ "type": "string",
99
+ "required": true,
100
+ "source": "spec"
101
+ }
102
+ ],
103
+ "queryParams": [],
104
+ "body": {
105
+ "schema": {
106
+ "type": "object",
107
+ "properties": {
108
+ "content": {
109
+ "type": [
110
+ "array",
111
+ "null"
112
+ ],
113
+ "items": {
114
+ "type": "string"
115
+ }
116
+ },
117
+ "model_id": {
118
+ "type": [
119
+ "string",
120
+ "null"
121
+ ],
122
+ "enum": [
123
+ "gpt-5.6-sol",
124
+ "gpt-5.6-terra",
125
+ "gpt-5.6-luna",
126
+ null
127
+ ]
128
+ }
129
+ }
130
+ }
131
+ },
132
+ "resultPath": "",
133
+ "risk": "write",
134
+ "aliases": []
135
+ },
136
+ {
137
+ "name": "badge-counts",
138
+ "domain": "report",
139
+ "operationId": "report.badgeCounts",
140
+ "method": "GET",
141
+ "path": "/v2/reports/badge-counts",
142
+ "summary": "バッジ用カウント(確認待ちレポート件数)",
143
+ "pathParams": [],
144
+ "queryParams": [
145
+ {
146
+ "name": "limit",
147
+ "type": "integer",
148
+ "required": false,
149
+ "description": "1ページあたりの件数",
150
+ "source": "curation"
151
+ },
152
+ {
153
+ "name": "cursor",
154
+ "type": "string",
155
+ "required": false,
156
+ "description": "次ページの取得に使うカーソル",
157
+ "source": "curation"
158
+ }
159
+ ],
160
+ "body": null,
161
+ "resultPath": "",
162
+ "risk": "read",
163
+ "aliases": []
164
+ },
165
+ {
166
+ "name": "clock-in-trackers",
167
+ "domain": "report",
168
+ "operationId": "report.clockInTrackers",
169
+ "method": "GET",
170
+ "path": "/v2/reports/trackers/clock-in-tasks",
171
+ "summary": "出勤時ポップアップ用の未提出レポートトラッカー一覧",
172
+ "pathParams": [],
173
+ "queryParams": [
174
+ {
175
+ "name": "limit",
176
+ "type": "integer",
177
+ "required": false,
178
+ "description": "1ページあたりの件数",
179
+ "source": "curation"
180
+ },
181
+ {
182
+ "name": "cursor",
183
+ "type": "string",
184
+ "required": false,
185
+ "description": "次ページの取得に使うカーソル",
186
+ "source": "curation"
187
+ }
188
+ ],
189
+ "body": null,
190
+ "resultPath": "",
191
+ "risk": "read",
192
+ "aliases": []
193
+ },
194
+ {
195
+ "name": "complete-report",
196
+ "domain": "report",
197
+ "operationId": "report.completeReport",
198
+ "method": "POST",
199
+ "path": "/v2/reports/{id}/complete",
200
+ "summary": "レポート提出",
201
+ "pathParams": [
202
+ {
203
+ "name": "id",
204
+ "type": "string",
205
+ "required": true,
206
+ "source": "spec"
207
+ }
208
+ ],
209
+ "queryParams": [],
210
+ "body": null,
211
+ "resultPath": "",
212
+ "risk": "write",
213
+ "aliases": []
214
+ },
215
+ {
216
+ "name": "creation-status",
217
+ "domain": "report",
218
+ "operationId": "report.creationStatus",
219
+ "method": "GET",
220
+ "path": "/v2/reports/formats/{formatId}/creation-status",
221
+ "summary": "フォーマットの作成状況(対象ユーザーの提出状態)",
222
+ "pathParams": [
223
+ {
224
+ "name": "formatId",
225
+ "type": "string",
226
+ "required": true,
227
+ "source": "spec"
228
+ }
229
+ ],
230
+ "queryParams": [
231
+ {
232
+ "name": "created_from",
233
+ "type": "string",
234
+ "required": false,
235
+ "source": "spec"
236
+ },
237
+ {
238
+ "name": "created_to",
239
+ "type": "string",
240
+ "required": false,
241
+ "source": "spec"
242
+ },
243
+ {
244
+ "name": "updated_from",
245
+ "type": "string",
246
+ "required": false,
247
+ "source": "spec"
248
+ },
249
+ {
250
+ "name": "updated_to",
251
+ "type": "string",
252
+ "required": false,
253
+ "source": "spec"
254
+ },
255
+ {
256
+ "name": "reviewed_from",
257
+ "type": "string",
258
+ "required": false,
259
+ "source": "spec"
260
+ },
261
+ {
262
+ "name": "reviewed_to",
263
+ "type": "string",
264
+ "required": false,
265
+ "source": "spec"
266
+ },
267
+ {
268
+ "name": "status",
269
+ "type": "string",
270
+ "required": false,
271
+ "source": "spec"
272
+ },
273
+ {
274
+ "name": "limit",
275
+ "type": "integer",
276
+ "required": false,
277
+ "description": "1ページあたりの件数",
278
+ "source": "curation"
279
+ },
280
+ {
281
+ "name": "cursor",
282
+ "type": "string",
283
+ "required": false,
284
+ "description": "次ページの取得に使うカーソル",
285
+ "source": "curation"
286
+ }
287
+ ],
288
+ "body": null,
289
+ "resultPath": "",
290
+ "risk": "read",
291
+ "aliases": []
292
+ },
293
+ {
294
+ "name": "delete-all-job-class-permissions",
295
+ "domain": "report",
296
+ "operationId": "report.deleteAllJobClassPermissions",
297
+ "method": "DELETE",
298
+ "path": "/v2/reports/formats/{formatId}/job-class-permissions",
299
+ "summary": "職階権限全削除",
300
+ "pathParams": [
301
+ {
302
+ "name": "formatId",
303
+ "type": "string",
304
+ "required": true,
305
+ "source": "spec"
306
+ }
307
+ ],
308
+ "queryParams": [],
309
+ "body": null,
310
+ "resultPath": "",
311
+ "risk": "destructive",
312
+ "aliases": []
313
+ },
314
+ {
315
+ "name": "delete-job-class-permission",
316
+ "domain": "report",
317
+ "operationId": "report.deleteJobClassPermission",
318
+ "method": "DELETE",
319
+ "path": "/v2/reports/formats/{formatId}/job-class-permissions/{permissionKey}",
320
+ "summary": "職階権限削除(単一)",
321
+ "pathParams": [
322
+ {
323
+ "name": "formatId",
324
+ "type": "string",
325
+ "required": true,
326
+ "source": "spec"
327
+ },
328
+ {
329
+ "name": "permissionKey",
330
+ "type": "string",
331
+ "required": true,
332
+ "source": "spec"
333
+ }
334
+ ],
335
+ "queryParams": [],
336
+ "body": null,
337
+ "resultPath": "",
338
+ "risk": "destructive",
339
+ "aliases": []
340
+ },
341
+ {
342
+ "name": "delete-permission",
343
+ "domain": "report",
344
+ "operationId": "report.deletePermission",
345
+ "method": "DELETE",
346
+ "path": "/v2/reports/formats/{formatId}/permissions/{permissionKey}",
347
+ "summary": "権限削除(単一)",
348
+ "pathParams": [
349
+ {
350
+ "name": "formatId",
351
+ "type": "string",
352
+ "required": true,
353
+ "source": "spec"
354
+ },
355
+ {
356
+ "name": "permissionKey",
357
+ "type": "string",
358
+ "required": true,
359
+ "source": "spec"
360
+ }
361
+ ],
362
+ "queryParams": [],
363
+ "body": null,
364
+ "resultPath": "",
365
+ "risk": "destructive",
366
+ "aliases": []
367
+ },
368
+ {
369
+ "name": "destroy-comment",
370
+ "domain": "report",
371
+ "operationId": "report.destroyComment",
372
+ "method": "DELETE",
373
+ "path": "/v2/reports/{id}/comments/{commentId}",
374
+ "summary": "コメント削除",
375
+ "pathParams": [
376
+ {
377
+ "name": "id",
378
+ "type": "string",
379
+ "required": true,
380
+ "source": "spec"
381
+ },
382
+ {
383
+ "name": "commentId",
384
+ "type": "string",
385
+ "required": true,
386
+ "source": "spec"
387
+ }
388
+ ],
389
+ "queryParams": [],
390
+ "body": null,
391
+ "resultPath": "",
392
+ "risk": "destructive",
393
+ "aliases": []
394
+ },
395
+ {
396
+ "name": "destroy-format",
397
+ "domain": "report",
398
+ "operationId": "report.destroyFormat",
399
+ "method": "DELETE",
400
+ "path": "/v2/reports/formats/{id}",
401
+ "summary": "フォーマット削除",
402
+ "pathParams": [
403
+ {
404
+ "name": "id",
405
+ "type": "string",
406
+ "required": true,
407
+ "source": "spec"
408
+ }
409
+ ],
410
+ "queryParams": [],
411
+ "body": null,
412
+ "resultPath": "",
413
+ "risk": "destructive",
414
+ "aliases": []
415
+ },
416
+ {
417
+ "name": "destroy-report",
418
+ "domain": "report",
419
+ "operationId": "report.destroyReport",
420
+ "method": "DELETE",
421
+ "path": "/v2/reports/{id}",
422
+ "summary": "レポート削除",
423
+ "pathParams": [
424
+ {
425
+ "name": "id",
426
+ "type": "string",
427
+ "required": true,
428
+ "source": "spec"
429
+ }
430
+ ],
431
+ "queryParams": [],
432
+ "body": null,
433
+ "resultPath": "",
434
+ "risk": "destructive",
435
+ "aliases": []
436
+ },
437
+ {
438
+ "name": "destroy-tracker",
439
+ "domain": "report",
440
+ "operationId": "report.destroyTracker",
441
+ "method": "DELETE",
442
+ "path": "/v2/reports/formats/{formatId}/trackers/{id}",
443
+ "summary": "トラッカー削除",
444
+ "pathParams": [
445
+ {
446
+ "name": "formatId",
447
+ "type": "string",
448
+ "required": true,
449
+ "source": "spec"
450
+ },
451
+ {
452
+ "name": "id",
453
+ "type": "string",
454
+ "required": true,
455
+ "source": "spec"
456
+ }
457
+ ],
458
+ "queryParams": [],
459
+ "body": null,
460
+ "resultPath": "",
461
+ "risk": "destructive",
462
+ "aliases": []
463
+ },
464
+ {
465
+ "name": "destroy-tracker-by-id",
466
+ "domain": "report",
467
+ "operationId": "report.destroyTrackerById",
468
+ "method": "DELETE",
469
+ "path": "/v2/reports/trackers/{id}",
470
+ "summary": "トラッカー削除(ID指定)",
471
+ "pathParams": [
472
+ {
473
+ "name": "id",
474
+ "type": "string",
475
+ "required": true,
476
+ "source": "spec"
477
+ }
478
+ ],
479
+ "queryParams": [],
480
+ "body": null,
481
+ "resultPath": "",
482
+ "risk": "destructive",
483
+ "aliases": []
484
+ },
485
+ {
486
+ "name": "duplicate-format",
487
+ "domain": "report",
488
+ "operationId": "report.duplicateFormat",
489
+ "method": "POST",
490
+ "path": "/v2/reports/formats/{id}/duplicate",
491
+ "summary": "フォーマット複製",
492
+ "pathParams": [
493
+ {
494
+ "name": "id",
495
+ "type": "string",
496
+ "required": true,
497
+ "source": "spec"
498
+ }
499
+ ],
500
+ "queryParams": [],
501
+ "body": null,
502
+ "resultPath": "",
503
+ "risk": "write",
504
+ "aliases": []
505
+ },
506
+ {
507
+ "name": "duplicate-report",
508
+ "domain": "report",
509
+ "operationId": "report.duplicateReport",
510
+ "method": "POST",
511
+ "path": "/v2/reports/{id}/duplicate",
512
+ "summary": "レポート複製",
513
+ "pathParams": [
514
+ {
515
+ "name": "id",
516
+ "type": "string",
517
+ "required": true,
518
+ "source": "spec"
519
+ }
520
+ ],
521
+ "queryParams": [],
522
+ "body": null,
523
+ "resultPath": "",
524
+ "risk": "write",
525
+ "aliases": []
526
+ },
527
+ {
528
+ "name": "export-creation-status",
529
+ "domain": "report",
530
+ "operationId": "report.exportCreationStatus",
531
+ "method": "GET",
532
+ "path": "/v2/reports/formats/{formatId}/creation-status/export",
533
+ "summary": "作成状況CSVエクスポート",
534
+ "pathParams": [
535
+ {
536
+ "name": "formatId",
537
+ "type": "string",
538
+ "required": true,
539
+ "source": "spec"
540
+ }
541
+ ],
542
+ "queryParams": [
543
+ {
544
+ "name": "created_from",
545
+ "type": "string",
546
+ "required": false,
547
+ "source": "spec"
548
+ },
549
+ {
550
+ "name": "created_to",
551
+ "type": "string",
552
+ "required": false,
553
+ "source": "spec"
554
+ },
555
+ {
556
+ "name": "updated_from",
557
+ "type": "string",
558
+ "required": false,
559
+ "source": "spec"
560
+ },
561
+ {
562
+ "name": "updated_to",
563
+ "type": "string",
564
+ "required": false,
565
+ "source": "spec"
566
+ },
567
+ {
568
+ "name": "reviewed_from",
569
+ "type": "string",
570
+ "required": false,
571
+ "source": "spec"
572
+ },
573
+ {
574
+ "name": "reviewed_to",
575
+ "type": "string",
576
+ "required": false,
577
+ "source": "spec"
578
+ },
579
+ {
580
+ "name": "status",
581
+ "type": "string",
582
+ "required": false,
583
+ "source": "spec"
584
+ },
585
+ {
586
+ "name": "limit",
587
+ "type": "integer",
588
+ "required": false,
589
+ "description": "1ページあたりの件数",
590
+ "source": "curation"
591
+ },
592
+ {
593
+ "name": "cursor",
594
+ "type": "string",
595
+ "required": false,
596
+ "description": "次ページの取得に使うカーソル",
597
+ "source": "curation"
598
+ }
599
+ ],
600
+ "body": null,
601
+ "resultPath": null,
602
+ "risk": "read",
603
+ "aliases": []
604
+ },
605
+ {
606
+ "name": "export-format-reports",
607
+ "domain": "report",
608
+ "operationId": "report.exportFormatReports",
609
+ "method": "GET",
610
+ "path": "/v2/reports/formats/{formatId}/reports/export",
611
+ "summary": "フォーマット別レポートCSVエクスポート",
612
+ "pathParams": [
613
+ {
614
+ "name": "formatId",
615
+ "type": "string",
616
+ "required": true,
617
+ "source": "spec"
618
+ }
619
+ ],
620
+ "queryParams": [
621
+ {
622
+ "name": "export_format",
623
+ "type": "string",
624
+ "required": false,
625
+ "source": "spec"
626
+ },
627
+ {
628
+ "name": "keyword",
629
+ "type": "string",
630
+ "required": false,
631
+ "source": "spec"
632
+ },
633
+ {
634
+ "name": "status",
635
+ "type": "string",
636
+ "required": false,
637
+ "source": "spec"
638
+ },
639
+ {
640
+ "name": "created_user_id",
641
+ "type": "string",
642
+ "required": false,
643
+ "source": "spec"
644
+ },
645
+ {
646
+ "name": "limit",
647
+ "type": "integer",
648
+ "required": false,
649
+ "description": "1ページあたりの件数",
650
+ "source": "curation"
651
+ },
652
+ {
653
+ "name": "cursor",
654
+ "type": "string",
655
+ "required": false,
656
+ "description": "次ページの取得に使うカーソル",
657
+ "source": "curation"
658
+ }
659
+ ],
660
+ "body": null,
661
+ "resultPath": null,
662
+ "risk": "read",
663
+ "aliases": []
664
+ },
665
+ {
666
+ "name": "get-badge-settings",
667
+ "domain": "report",
668
+ "operationId": "report.getBadgeSettings",
669
+ "method": "GET",
670
+ "path": "/v2/reports/badge-settings",
671
+ "summary": "バッジ設定を取得",
672
+ "pathParams": [],
673
+ "queryParams": [
674
+ {
675
+ "name": "limit",
676
+ "type": "integer",
677
+ "required": false,
678
+ "description": "1ページあたりの件数",
679
+ "source": "curation"
680
+ },
681
+ {
682
+ "name": "cursor",
683
+ "type": "string",
684
+ "required": false,
685
+ "description": "次ページの取得に使うカーソル",
686
+ "source": "curation"
687
+ }
688
+ ],
689
+ "body": null,
690
+ "resultPath": "",
691
+ "risk": "read",
692
+ "aliases": []
693
+ },
694
+ {
695
+ "name": "index-all-trackers",
696
+ "domain": "report",
697
+ "operationId": "report.indexAllTrackers",
698
+ "method": "GET",
699
+ "path": "/v2/reports/trackers",
700
+ "summary": "トラッカー一覧(検索パラメータ対応)",
701
+ "pathParams": [],
702
+ "queryParams": [
703
+ {
704
+ "name": "format_id",
705
+ "type": "string",
706
+ "required": false,
707
+ "source": "spec"
708
+ },
709
+ {
710
+ "name": "keyword",
711
+ "type": "string",
712
+ "required": false,
713
+ "source": "spec"
714
+ },
715
+ {
716
+ "name": "is_active",
717
+ "type": "boolean",
718
+ "required": false,
719
+ "source": "spec"
720
+ },
721
+ {
722
+ "name": "limit",
723
+ "type": "integer",
724
+ "required": false,
725
+ "description": "1ページあたりの件数",
726
+ "source": "curation"
727
+ },
728
+ {
729
+ "name": "cursor",
730
+ "type": "string",
731
+ "required": false,
732
+ "description": "次ページの取得に使うカーソル",
733
+ "source": "curation"
734
+ }
735
+ ],
736
+ "body": null,
737
+ "resultPath": "",
738
+ "risk": "read",
739
+ "aliases": []
740
+ },
741
+ {
742
+ "name": "index-comments",
743
+ "domain": "report",
744
+ "operationId": "report.indexComments",
745
+ "method": "GET",
746
+ "path": "/v2/reports/{id}/comments",
747
+ "summary": "コメント一覧取得",
748
+ "pathParams": [
749
+ {
750
+ "name": "id",
751
+ "type": "string",
752
+ "required": true,
753
+ "source": "spec"
754
+ }
755
+ ],
756
+ "queryParams": [
757
+ {
758
+ "name": "limit",
759
+ "type": "integer",
760
+ "required": false,
761
+ "description": "1ページあたりの件数",
762
+ "source": "curation"
763
+ },
764
+ {
765
+ "name": "cursor",
766
+ "type": "string",
767
+ "required": false,
768
+ "description": "次ページの取得に使うカーソル",
769
+ "source": "curation"
770
+ }
771
+ ],
772
+ "body": null,
773
+ "resultPath": "",
774
+ "risk": "read",
775
+ "aliases": []
776
+ },
777
+ {
778
+ "name": "index-format-reports",
779
+ "domain": "report",
780
+ "operationId": "report.indexFormatReports",
781
+ "method": "GET",
782
+ "path": "/v2/reports/formats/{formatId}/reports",
783
+ "summary": "フォーマット別レポート一覧(管理者用・全ステータス表示)",
784
+ "pathParams": [
785
+ {
786
+ "name": "formatId",
787
+ "type": "string",
788
+ "required": true,
789
+ "source": "spec"
790
+ }
791
+ ],
792
+ "queryParams": [
793
+ {
794
+ "name": "keyword",
795
+ "type": "string",
796
+ "required": false,
797
+ "source": "spec"
798
+ },
799
+ {
800
+ "name": "status",
801
+ "type": "string",
802
+ "required": false,
803
+ "source": "spec"
804
+ },
805
+ {
806
+ "name": "created_user_id",
807
+ "type": "string",
808
+ "required": false,
809
+ "source": "spec"
810
+ },
811
+ {
812
+ "name": "cursor",
813
+ "type": "string",
814
+ "required": false,
815
+ "description": "次ページの取得に使うカーソル",
816
+ "source": "curation"
817
+ },
818
+ {
819
+ "name": "limit",
820
+ "type": "integer",
821
+ "required": false,
822
+ "description": "1ページあたりの件数",
823
+ "source": "curation"
824
+ }
825
+ ],
826
+ "body": null,
827
+ "resultPath": "",
828
+ "risk": "read",
829
+ "aliases": []
830
+ },
831
+ {
832
+ "name": "index-formats",
833
+ "domain": "report",
834
+ "operationId": "report.indexFormats",
835
+ "method": "GET",
836
+ "path": "/v2/reports/formats",
837
+ "summary": "フォーマット一覧",
838
+ "pathParams": [],
839
+ "queryParams": [
840
+ {
841
+ "name": "keyword",
842
+ "type": "string",
843
+ "required": false,
844
+ "source": "spec"
845
+ },
846
+ {
847
+ "name": "is_active",
848
+ "type": "boolean",
849
+ "required": false,
850
+ "source": "spec"
851
+ },
852
+ {
853
+ "name": "limit",
854
+ "type": "integer",
855
+ "required": false,
856
+ "description": "1ページあたりの件数",
857
+ "source": "curation"
858
+ },
859
+ {
860
+ "name": "cursor",
861
+ "type": "string",
862
+ "required": false,
863
+ "description": "次ページの取得に使うカーソル",
864
+ "source": "curation"
865
+ }
866
+ ],
867
+ "body": null,
868
+ "resultPath": "",
869
+ "risk": "read",
870
+ "aliases": []
871
+ },
872
+ {
873
+ "name": "index-job-class-permissions",
874
+ "domain": "report",
875
+ "operationId": "report.indexJobClassPermissions",
876
+ "method": "GET",
877
+ "path": "/v2/reports/formats/{formatId}/job-class-permissions",
878
+ "summary": "職階権限一覧",
879
+ "pathParams": [
880
+ {
881
+ "name": "formatId",
882
+ "type": "string",
883
+ "required": true,
884
+ "source": "spec"
885
+ }
886
+ ],
887
+ "queryParams": [
888
+ {
889
+ "name": "limit",
890
+ "type": "integer",
891
+ "required": false,
892
+ "description": "1ページあたりの件数",
893
+ "source": "curation"
894
+ },
895
+ {
896
+ "name": "cursor",
897
+ "type": "string",
898
+ "required": false,
899
+ "description": "次ページの取得に使うカーソル",
900
+ "source": "curation"
901
+ }
902
+ ],
903
+ "body": null,
904
+ "resultPath": "",
905
+ "risk": "read",
906
+ "aliases": []
907
+ },
908
+ {
909
+ "name": "index-permissions",
910
+ "domain": "report",
911
+ "operationId": "report.indexPermissions",
912
+ "method": "GET",
913
+ "path": "/v2/reports/formats/{formatId}/permissions",
914
+ "summary": "権限一覧",
915
+ "pathParams": [
916
+ {
917
+ "name": "formatId",
918
+ "type": "string",
919
+ "required": true,
920
+ "source": "spec"
921
+ }
922
+ ],
923
+ "queryParams": [
924
+ {
925
+ "name": "limit",
926
+ "type": "integer",
927
+ "required": false,
928
+ "description": "1ページあたりの件数",
929
+ "source": "curation"
930
+ },
931
+ {
932
+ "name": "cursor",
933
+ "type": "string",
934
+ "required": false,
935
+ "description": "次ページの取得に使うカーソル",
936
+ "source": "curation"
937
+ }
938
+ ],
939
+ "body": null,
940
+ "resultPath": "",
941
+ "risk": "read",
942
+ "aliases": []
943
+ },
944
+ {
945
+ "name": "index-reviewer-reports",
946
+ "domain": "report",
947
+ "operationId": "report.indexReviewerReports",
948
+ "method": "GET",
949
+ "path": "/v2/reports/reviewer",
950
+ "summary": "レポート一覧(閲覧者用)",
951
+ "pathParams": [],
952
+ "queryParams": [
953
+ {
954
+ "name": "format_id",
955
+ "type": "string",
956
+ "required": false,
957
+ "source": "spec"
958
+ },
959
+ {
960
+ "name": "status",
961
+ "type": "string",
962
+ "required": false,
963
+ "source": "spec"
964
+ },
965
+ {
966
+ "name": "created_user_id",
967
+ "type": "string",
968
+ "required": false,
969
+ "source": "spec"
970
+ },
971
+ {
972
+ "name": "keyword",
973
+ "type": "string",
974
+ "required": false,
975
+ "source": "spec"
976
+ },
977
+ {
978
+ "name": "cursor",
979
+ "type": "string",
980
+ "required": false,
981
+ "description": "次ページの取得に使うカーソル",
982
+ "source": "curation"
983
+ },
984
+ {
985
+ "name": "created_from",
986
+ "type": "string",
987
+ "required": false,
988
+ "source": "spec"
989
+ },
990
+ {
991
+ "name": "created_to",
992
+ "type": "string",
993
+ "required": false,
994
+ "source": "spec"
995
+ },
996
+ {
997
+ "name": "updated_from",
998
+ "type": "string",
999
+ "required": false,
1000
+ "source": "spec"
1001
+ },
1002
+ {
1003
+ "name": "updated_to",
1004
+ "type": "string",
1005
+ "required": false,
1006
+ "source": "spec"
1007
+ },
1008
+ {
1009
+ "name": "reviewed_from",
1010
+ "type": "string",
1011
+ "required": false,
1012
+ "source": "spec"
1013
+ },
1014
+ {
1015
+ "name": "reviewed_to",
1016
+ "type": "string",
1017
+ "required": false,
1018
+ "source": "spec"
1019
+ },
1020
+ {
1021
+ "name": "is_read",
1022
+ "type": "string",
1023
+ "required": false,
1024
+ "source": "spec"
1025
+ },
1026
+ {
1027
+ "name": "exclude_my_reports",
1028
+ "type": "boolean",
1029
+ "required": false,
1030
+ "source": "spec"
1031
+ },
1032
+ {
1033
+ "name": "limit",
1034
+ "type": "integer",
1035
+ "required": false,
1036
+ "description": "1ページあたりの件数",
1037
+ "source": "curation"
1038
+ }
1039
+ ],
1040
+ "body": null,
1041
+ "resultPath": "",
1042
+ "risk": "read",
1043
+ "aliases": []
1044
+ },
1045
+ {
1046
+ "name": "index-trackers",
1047
+ "domain": "report",
1048
+ "operationId": "report.indexTrackers",
1049
+ "method": "GET",
1050
+ "path": "/v2/reports/formats/{formatId}/trackers",
1051
+ "summary": "トラッカー一覧(フォーマット指定)",
1052
+ "pathParams": [
1053
+ {
1054
+ "name": "formatId",
1055
+ "type": "string",
1056
+ "required": true,
1057
+ "source": "spec"
1058
+ }
1059
+ ],
1060
+ "queryParams": [
1061
+ {
1062
+ "name": "limit",
1063
+ "type": "integer",
1064
+ "required": false,
1065
+ "description": "1ページあたりの件数",
1066
+ "source": "curation"
1067
+ },
1068
+ {
1069
+ "name": "cursor",
1070
+ "type": "string",
1071
+ "required": false,
1072
+ "description": "次ページの取得に使うカーソル",
1073
+ "source": "curation"
1074
+ }
1075
+ ],
1076
+ "body": null,
1077
+ "resultPath": "",
1078
+ "risk": "read",
1079
+ "aliases": []
1080
+ },
1081
+ {
1082
+ "name": "index-writer-reports",
1083
+ "domain": "report",
1084
+ "operationId": "report.indexWriterReports",
1085
+ "method": "GET",
1086
+ "path": "/v2/reports/writer",
1087
+ "summary": "レポート一覧(作成者用)",
1088
+ "pathParams": [],
1089
+ "queryParams": [
1090
+ {
1091
+ "name": "keyword",
1092
+ "type": "string",
1093
+ "required": false,
1094
+ "source": "spec"
1095
+ },
1096
+ {
1097
+ "name": "status",
1098
+ "type": "string",
1099
+ "required": false,
1100
+ "source": "spec"
1101
+ },
1102
+ {
1103
+ "name": "format_id",
1104
+ "type": "string",
1105
+ "required": false,
1106
+ "source": "spec"
1107
+ },
1108
+ {
1109
+ "name": "cursor",
1110
+ "type": "string",
1111
+ "required": false,
1112
+ "description": "次ページの取得に使うカーソル",
1113
+ "source": "curation"
1114
+ },
1115
+ {
1116
+ "name": "limit",
1117
+ "type": "integer",
1118
+ "required": false,
1119
+ "description": "1ページあたりの件数",
1120
+ "source": "curation"
1121
+ }
1122
+ ],
1123
+ "body": null,
1124
+ "resultPath": "",
1125
+ "risk": "read",
1126
+ "aliases": []
1127
+ },
1128
+ {
1129
+ "name": "mark-report-as-read",
1130
+ "domain": "report",
1131
+ "operationId": "report.markReportAsRead",
1132
+ "method": "POST",
1133
+ "path": "/v2/reports/{id}/read",
1134
+ "summary": "レポート既読",
1135
+ "pathParams": [
1136
+ {
1137
+ "name": "id",
1138
+ "type": "string",
1139
+ "required": true,
1140
+ "source": "spec"
1141
+ }
1142
+ ],
1143
+ "queryParams": [],
1144
+ "body": null,
1145
+ "resultPath": "",
1146
+ "risk": "write",
1147
+ "aliases": []
1148
+ },
1149
+ {
1150
+ "name": "my-active-trackers",
1151
+ "domain": "report",
1152
+ "operationId": "report.myActiveTrackers",
1153
+ "method": "GET",
1154
+ "path": "/v2/reports/trackers/my-active",
1155
+ "summary": "ユーザー向けアクティブトラッカー一覧",
1156
+ "pathParams": [],
1157
+ "queryParams": [
1158
+ {
1159
+ "name": "limit",
1160
+ "type": "integer",
1161
+ "required": false,
1162
+ "description": "1ページあたりの件数",
1163
+ "source": "curation"
1164
+ },
1165
+ {
1166
+ "name": "cursor",
1167
+ "type": "string",
1168
+ "required": false,
1169
+ "description": "次ページの取得に使うカーソル",
1170
+ "source": "curation"
1171
+ }
1172
+ ],
1173
+ "body": null,
1174
+ "resultPath": "",
1175
+ "risk": "read",
1176
+ "aliases": []
1177
+ },
1178
+ {
1179
+ "name": "reject-report",
1180
+ "domain": "report",
1181
+ "operationId": "report.rejectReport",
1182
+ "method": "POST",
1183
+ "path": "/v2/reports/{id}/reject",
1184
+ "summary": "レポート差し戻し",
1185
+ "pathParams": [
1186
+ {
1187
+ "name": "id",
1188
+ "type": "string",
1189
+ "required": true,
1190
+ "source": "spec"
1191
+ }
1192
+ ],
1193
+ "queryParams": [],
1194
+ "body": {
1195
+ "schema": {
1196
+ "type": "object",
1197
+ "properties": {
1198
+ "comment": {
1199
+ "type": [
1200
+ "string",
1201
+ "null"
1202
+ ],
1203
+ "maxLength": 10000
1204
+ }
1205
+ }
1206
+ }
1207
+ },
1208
+ "resultPath": "",
1209
+ "risk": "write",
1210
+ "aliases": []
1211
+ },
1212
+ {
1213
+ "name": "revert-to-new-report",
1214
+ "domain": "report",
1215
+ "operationId": "report.revertToNewReport",
1216
+ "method": "POST",
1217
+ "path": "/v2/reports/{id}/revert",
1218
+ "summary": "レポートを下書きに戻す(確認済み/提出済み → 下書き)",
1219
+ "pathParams": [
1220
+ {
1221
+ "name": "id",
1222
+ "type": "string",
1223
+ "required": true,
1224
+ "source": "spec"
1225
+ }
1226
+ ],
1227
+ "queryParams": [],
1228
+ "body": null,
1229
+ "resultPath": "",
1230
+ "risk": "write",
1231
+ "aliases": []
1232
+ },
1233
+ {
1234
+ "name": "review-report",
1235
+ "domain": "report",
1236
+ "operationId": "report.reviewReport",
1237
+ "method": "POST",
1238
+ "path": "/v2/reports/{id}/review",
1239
+ "summary": "レポート確認",
1240
+ "pathParams": [
1241
+ {
1242
+ "name": "id",
1243
+ "type": "string",
1244
+ "required": true,
1245
+ "source": "spec"
1246
+ }
1247
+ ],
1248
+ "queryParams": [],
1249
+ "body": {
1250
+ "schema": {
1251
+ "type": "object",
1252
+ "properties": {
1253
+ "custom_status": {
1254
+ "type": [
1255
+ "string",
1256
+ "null"
1257
+ ],
1258
+ "maxLength": 50
1259
+ }
1260
+ }
1261
+ }
1262
+ },
1263
+ "resultPath": "",
1264
+ "risk": "write",
1265
+ "aliases": []
1266
+ },
1267
+ {
1268
+ "name": "show-format",
1269
+ "domain": "report",
1270
+ "operationId": "report.showFormat",
1271
+ "method": "GET",
1272
+ "path": "/v2/reports/formats/{id}",
1273
+ "summary": "フォーマット詳細",
1274
+ "pathParams": [
1275
+ {
1276
+ "name": "id",
1277
+ "type": "string",
1278
+ "required": true,
1279
+ "source": "spec"
1280
+ }
1281
+ ],
1282
+ "queryParams": [
1283
+ {
1284
+ "name": "limit",
1285
+ "type": "integer",
1286
+ "required": false,
1287
+ "description": "1ページあたりの件数",
1288
+ "source": "curation"
1289
+ },
1290
+ {
1291
+ "name": "cursor",
1292
+ "type": "string",
1293
+ "required": false,
1294
+ "description": "次ページの取得に使うカーソル",
1295
+ "source": "curation"
1296
+ }
1297
+ ],
1298
+ "body": null,
1299
+ "resultPath": "",
1300
+ "risk": "read",
1301
+ "aliases": []
1302
+ },
1303
+ {
1304
+ "name": "show-report",
1305
+ "domain": "report",
1306
+ "operationId": "report.showReport",
1307
+ "method": "GET",
1308
+ "path": "/v2/reports/{id}",
1309
+ "summary": "レポート詳細",
1310
+ "pathParams": [
1311
+ {
1312
+ "name": "id",
1313
+ "type": "string",
1314
+ "required": true,
1315
+ "source": "spec"
1316
+ }
1317
+ ],
1318
+ "queryParams": [
1319
+ {
1320
+ "name": "limit",
1321
+ "type": "integer",
1322
+ "required": false,
1323
+ "description": "1ページあたりの件数",
1324
+ "source": "curation"
1325
+ },
1326
+ {
1327
+ "name": "cursor",
1328
+ "type": "string",
1329
+ "required": false,
1330
+ "description": "次ページの取得に使うカーソル",
1331
+ "source": "curation"
1332
+ }
1333
+ ],
1334
+ "body": null,
1335
+ "resultPath": "",
1336
+ "risk": "read",
1337
+ "aliases": []
1338
+ },
1339
+ {
1340
+ "name": "show-tracker",
1341
+ "domain": "report",
1342
+ "operationId": "report.showTracker",
1343
+ "method": "GET",
1344
+ "path": "/v2/reports/trackers/{id}",
1345
+ "summary": "トラッカー詳細(ID指定)",
1346
+ "pathParams": [
1347
+ {
1348
+ "name": "id",
1349
+ "type": "string",
1350
+ "required": true,
1351
+ "source": "spec"
1352
+ }
1353
+ ],
1354
+ "queryParams": [
1355
+ {
1356
+ "name": "limit",
1357
+ "type": "integer",
1358
+ "required": false,
1359
+ "description": "1ページあたりの件数",
1360
+ "source": "curation"
1361
+ },
1362
+ {
1363
+ "name": "cursor",
1364
+ "type": "string",
1365
+ "required": false,
1366
+ "description": "次ページの取得に使うカーソル",
1367
+ "source": "curation"
1368
+ }
1369
+ ],
1370
+ "body": null,
1371
+ "resultPath": "",
1372
+ "risk": "read",
1373
+ "aliases": []
1374
+ },
1375
+ {
1376
+ "name": "store-comment",
1377
+ "domain": "report",
1378
+ "operationId": "report.storeComment",
1379
+ "method": "POST",
1380
+ "path": "/v2/reports/{id}/comments",
1381
+ "summary": "コメント追加",
1382
+ "pathParams": [
1383
+ {
1384
+ "name": "id",
1385
+ "type": "string",
1386
+ "required": true,
1387
+ "source": "spec"
1388
+ }
1389
+ ],
1390
+ "queryParams": [],
1391
+ "body": {
1392
+ "schema": {
1393
+ "type": "object",
1394
+ "properties": {
1395
+ "comment": {
1396
+ "type": "string",
1397
+ "maxLength": 10000
1398
+ },
1399
+ "is_internal": {
1400
+ "type": [
1401
+ "boolean",
1402
+ "null"
1403
+ ]
1404
+ }
1405
+ },
1406
+ "required": [
1407
+ "comment"
1408
+ ]
1409
+ }
1410
+ },
1411
+ "resultPath": "",
1412
+ "risk": "write",
1413
+ "aliases": []
1414
+ },
1415
+ {
1416
+ "name": "store-format",
1417
+ "domain": "report",
1418
+ "operationId": "report.storeFormat",
1419
+ "method": "POST",
1420
+ "path": "/v2/reports/formats",
1421
+ "summary": "フォーマット作成",
1422
+ "pathParams": [],
1423
+ "queryParams": [],
1424
+ "body": {
1425
+ "schema": {
1426
+ "type": "object",
1427
+ "properties": {
1428
+ "code": {
1429
+ "type": [
1430
+ "string",
1431
+ "null"
1432
+ ],
1433
+ "pattern": "^[a-zA-Z0-9_-]+$",
1434
+ "maxLength": 50
1435
+ },
1436
+ "name": {
1437
+ "type": "string",
1438
+ "maxLength": 100
1439
+ },
1440
+ "editor_description": {
1441
+ "type": [
1442
+ "string",
1443
+ "null"
1444
+ ],
1445
+ "maxLength": 10000
1446
+ },
1447
+ "form_definition": {
1448
+ "type": "array",
1449
+ "items": {
1450
+ "type": "string"
1451
+ },
1452
+ "minItems": 1
1453
+ },
1454
+ "custom_status_define": {
1455
+ "type": [
1456
+ "array",
1457
+ "null"
1458
+ ],
1459
+ "items": {
1460
+ "type": "string"
1461
+ }
1462
+ },
1463
+ "defined_category": {
1464
+ "type": [
1465
+ "string",
1466
+ "null"
1467
+ ],
1468
+ "enum": [
1469
+ "human_resource_management",
1470
+ "business",
1471
+ "project_management",
1472
+ "training",
1473
+ "other",
1474
+ null
1475
+ ]
1476
+ },
1477
+ "start_date": {
1478
+ "type": [
1479
+ "string",
1480
+ "null"
1481
+ ],
1482
+ "format": "date-time"
1483
+ },
1484
+ "end_date": {
1485
+ "type": [
1486
+ "string",
1487
+ "null"
1488
+ ],
1489
+ "format": "date-time"
1490
+ },
1491
+ "is_active": {
1492
+ "type": [
1493
+ "boolean",
1494
+ "null"
1495
+ ]
1496
+ },
1497
+ "sort_order": {
1498
+ "type": [
1499
+ "integer",
1500
+ "null"
1501
+ ],
1502
+ "minimum": 0
1503
+ },
1504
+ "default_title": {
1505
+ "type": [
1506
+ "string",
1507
+ "null"
1508
+ ],
1509
+ "maxLength": 200
1510
+ },
1511
+ "title_editable": {
1512
+ "type": [
1513
+ "boolean",
1514
+ "null"
1515
+ ]
1516
+ },
1517
+ "writer_rank_min": {
1518
+ "type": [
1519
+ "integer",
1520
+ "null"
1521
+ ],
1522
+ "minimum": 0,
1523
+ "maximum": 1000
1524
+ },
1525
+ "reviewer_rank_min": {
1526
+ "type": [
1527
+ "integer",
1528
+ "null"
1529
+ ],
1530
+ "minimum": 0,
1531
+ "maximum": 1000
1532
+ },
1533
+ "admin_rank_min": {
1534
+ "type": [
1535
+ "integer",
1536
+ "null"
1537
+ ],
1538
+ "minimum": 0,
1539
+ "maximum": 1000
1540
+ }
1541
+ },
1542
+ "required": [
1543
+ "name",
1544
+ "form_definition"
1545
+ ]
1546
+ }
1547
+ },
1548
+ "resultPath": "",
1549
+ "risk": "write",
1550
+ "aliases": []
1551
+ },
1552
+ {
1553
+ "name": "store-report",
1554
+ "domain": "report",
1555
+ "operationId": "report.storeReport",
1556
+ "method": "POST",
1557
+ "path": "/v2/reports",
1558
+ "summary": "レポート作成",
1559
+ "pathParams": [],
1560
+ "queryParams": [],
1561
+ "body": {
1562
+ "schema": {
1563
+ "type": "object",
1564
+ "properties": {
1565
+ "format_id": {
1566
+ "type": "string"
1567
+ },
1568
+ "title": {
1569
+ "type": "string",
1570
+ "maxLength": 200
1571
+ },
1572
+ "content": {
1573
+ "type": [
1574
+ "array",
1575
+ "null"
1576
+ ],
1577
+ "items": {
1578
+ "type": "string"
1579
+ }
1580
+ },
1581
+ "user_id": {
1582
+ "type": [
1583
+ "string",
1584
+ "null"
1585
+ ]
1586
+ },
1587
+ "project_id": {
1588
+ "type": [
1589
+ "string",
1590
+ "null"
1591
+ ]
1592
+ },
1593
+ "process_id": {
1594
+ "type": [
1595
+ "string",
1596
+ "null"
1597
+ ]
1598
+ },
1599
+ "training_session_id": {
1600
+ "type": [
1601
+ "string",
1602
+ "null"
1603
+ ]
1604
+ },
1605
+ "copy_from": {
1606
+ "type": [
1607
+ "string",
1608
+ "null"
1609
+ ]
1610
+ }
1611
+ },
1612
+ "required": [
1613
+ "format_id",
1614
+ "title"
1615
+ ]
1616
+ }
1617
+ },
1618
+ "resultPath": "",
1619
+ "risk": "write",
1620
+ "aliases": []
1621
+ },
1622
+ {
1623
+ "name": "store-tracker",
1624
+ "domain": "report",
1625
+ "operationId": "report.storeTracker",
1626
+ "method": "POST",
1627
+ "path": "/v2/reports/formats/{formatId}/trackers",
1628
+ "summary": "トラッカー作成",
1629
+ "pathParams": [
1630
+ {
1631
+ "name": "formatId",
1632
+ "type": "string",
1633
+ "required": true,
1634
+ "source": "spec"
1635
+ }
1636
+ ],
1637
+ "queryParams": [],
1638
+ "body": {
1639
+ "schema": {
1640
+ "type": "object",
1641
+ "properties": {
1642
+ "name": {
1643
+ "type": "string",
1644
+ "maxLength": 100
1645
+ },
1646
+ "repeat_type": {
1647
+ "type": "string",
1648
+ "enum": [
1649
+ "daily",
1650
+ "once",
1651
+ "weekly",
1652
+ "monthly",
1653
+ "yearly"
1654
+ ]
1655
+ },
1656
+ "repeat_config": {
1657
+ "type": [
1658
+ "array",
1659
+ "null"
1660
+ ],
1661
+ "items": {
1662
+ "type": "string"
1663
+ }
1664
+ },
1665
+ "notification_config": {
1666
+ "type": [
1667
+ "array",
1668
+ "null"
1669
+ ],
1670
+ "items": {
1671
+ "type": "string"
1672
+ }
1673
+ },
1674
+ "target_type": {
1675
+ "type": "string",
1676
+ "enum": [
1677
+ "all",
1678
+ "specific_users"
1679
+ ]
1680
+ },
1681
+ "target_users": {
1682
+ "type": [
1683
+ "array",
1684
+ "null"
1685
+ ],
1686
+ "items": {
1687
+ "type": "string"
1688
+ }
1689
+ },
1690
+ "start_date": {
1691
+ "type": [
1692
+ "string",
1693
+ "null"
1694
+ ],
1695
+ "format": "date-time"
1696
+ },
1697
+ "end_date": {
1698
+ "type": [
1699
+ "string",
1700
+ "null"
1701
+ ],
1702
+ "format": "date-time"
1703
+ },
1704
+ "is_active": {
1705
+ "type": [
1706
+ "boolean",
1707
+ "null"
1708
+ ]
1709
+ }
1710
+ },
1711
+ "required": [
1712
+ "name",
1713
+ "repeat_type",
1714
+ "target_type"
1715
+ ]
1716
+ }
1717
+ },
1718
+ "resultPath": "",
1719
+ "risk": "write",
1720
+ "aliases": []
1721
+ },
1722
+ {
1723
+ "name": "sync-job-class-permissions",
1724
+ "domain": "report",
1725
+ "operationId": "report.syncJobClassPermissions",
1726
+ "method": "PUT",
1727
+ "path": "/v2/reports/formats/{formatId}/job-class-permissions",
1728
+ "summary": "職階権限同期",
1729
+ "pathParams": [
1730
+ {
1731
+ "name": "formatId",
1732
+ "type": "string",
1733
+ "required": true,
1734
+ "source": "spec"
1735
+ }
1736
+ ],
1737
+ "queryParams": [],
1738
+ "body": {
1739
+ "schema": {
1740
+ "type": "object",
1741
+ "properties": {
1742
+ "permissions": {
1743
+ "type": "array",
1744
+ "items": {
1745
+ "type": "object",
1746
+ "properties": {
1747
+ "role": {
1748
+ "type": "string",
1749
+ "enum": [
1750
+ "writer",
1751
+ "reviewer",
1752
+ "admin"
1753
+ ]
1754
+ },
1755
+ "job_class_id": {
1756
+ "type": "string"
1757
+ },
1758
+ "level_min": {
1759
+ "type": [
1760
+ "integer",
1761
+ "null"
1762
+ ],
1763
+ "minimum": 0
1764
+ },
1765
+ "level_max": {
1766
+ "type": [
1767
+ "integer",
1768
+ "null"
1769
+ ],
1770
+ "minimum": 0
1771
+ },
1772
+ "view_from_date": {
1773
+ "type": [
1774
+ "string",
1775
+ "null"
1776
+ ],
1777
+ "format": "date-time"
1778
+ }
1779
+ },
1780
+ "required": [
1781
+ "role",
1782
+ "job_class_id"
1783
+ ]
1784
+ },
1785
+ "minItems": 1
1786
+ }
1787
+ },
1788
+ "required": [
1789
+ "permissions"
1790
+ ]
1791
+ }
1792
+ },
1793
+ "resultPath": "",
1794
+ "risk": "write",
1795
+ "aliases": []
1796
+ },
1797
+ {
1798
+ "name": "sync-permissions",
1799
+ "domain": "report",
1800
+ "operationId": "report.syncPermissions",
1801
+ "method": "PUT",
1802
+ "path": "/v2/reports/formats/{formatId}/permissions",
1803
+ "summary": "権限同期(全て置き換え)",
1804
+ "pathParams": [
1805
+ {
1806
+ "name": "formatId",
1807
+ "type": "string",
1808
+ "required": true,
1809
+ "source": "spec"
1810
+ }
1811
+ ],
1812
+ "queryParams": [],
1813
+ "body": {
1814
+ "schema": {
1815
+ "type": "object",
1816
+ "properties": {
1817
+ "permissions": {
1818
+ "type": "array",
1819
+ "items": {
1820
+ "type": "object",
1821
+ "properties": {
1822
+ "role": {
1823
+ "type": "string",
1824
+ "enum": [
1825
+ "writer",
1826
+ "reviewer",
1827
+ "admin"
1828
+ ]
1829
+ },
1830
+ "type": {
1831
+ "type": "string",
1832
+ "enum": [
1833
+ "user",
1834
+ "group",
1835
+ "department"
1836
+ ]
1837
+ },
1838
+ "target_id": {
1839
+ "type": "string"
1840
+ },
1841
+ "view_from_date": {
1842
+ "type": [
1843
+ "string",
1844
+ "null"
1845
+ ],
1846
+ "format": "date-time"
1847
+ }
1848
+ },
1849
+ "required": [
1850
+ "role",
1851
+ "type",
1852
+ "target_id"
1853
+ ]
1854
+ },
1855
+ "minItems": 1
1856
+ }
1857
+ },
1858
+ "required": [
1859
+ "permissions"
1860
+ ]
1861
+ }
1862
+ },
1863
+ "resultPath": "",
1864
+ "risk": "write",
1865
+ "aliases": []
1866
+ },
1867
+ {
1868
+ "name": "unreview-report",
1869
+ "domain": "report",
1870
+ "operationId": "report.unreviewReport",
1871
+ "method": "POST",
1872
+ "path": "/v2/reports/{id}/unreview",
1873
+ "summary": "レポート確認取り消し(確認済み → 提出済みに戻す)",
1874
+ "pathParams": [
1875
+ {
1876
+ "name": "id",
1877
+ "type": "string",
1878
+ "required": true,
1879
+ "source": "spec"
1880
+ }
1881
+ ],
1882
+ "queryParams": [],
1883
+ "body": null,
1884
+ "resultPath": "",
1885
+ "risk": "write",
1886
+ "aliases": []
1887
+ },
1888
+ {
1889
+ "name": "update-badge-settings",
1890
+ "domain": "report",
1891
+ "operationId": "report.updateBadgeSettings",
1892
+ "method": "PUT",
1893
+ "path": "/v2/reports/badge-settings",
1894
+ "summary": "バッジ設定を更新",
1895
+ "pathParams": [],
1896
+ "queryParams": [],
1897
+ "body": {
1898
+ "schema": {
1899
+ "type": "object",
1900
+ "properties": {
1901
+ "badge_mode": {
1902
+ "type": "string"
1903
+ }
1904
+ }
1905
+ }
1906
+ },
1907
+ "resultPath": "",
1908
+ "risk": "write",
1909
+ "aliases": []
1910
+ },
1911
+ {
1912
+ "name": "update-comment",
1913
+ "domain": "report",
1914
+ "operationId": "report.updateComment",
1915
+ "method": "PUT",
1916
+ "path": "/v2/reports/{id}/comments/{commentId}",
1917
+ "summary": "コメント更新",
1918
+ "pathParams": [
1919
+ {
1920
+ "name": "id",
1921
+ "type": "string",
1922
+ "required": true,
1923
+ "source": "spec"
1924
+ },
1925
+ {
1926
+ "name": "commentId",
1927
+ "type": "string",
1928
+ "required": true,
1929
+ "source": "spec"
1930
+ }
1931
+ ],
1932
+ "queryParams": [],
1933
+ "body": {
1934
+ "schema": {
1935
+ "type": "object",
1936
+ "properties": {
1937
+ "comment": {
1938
+ "type": "string",
1939
+ "maxLength": 10000
1940
+ },
1941
+ "is_internal": {
1942
+ "type": [
1943
+ "boolean",
1944
+ "null"
1945
+ ]
1946
+ }
1947
+ },
1948
+ "required": [
1949
+ "comment"
1950
+ ]
1951
+ }
1952
+ },
1953
+ "resultPath": "",
1954
+ "risk": "write",
1955
+ "aliases": []
1956
+ },
1957
+ {
1958
+ "name": "update-format",
1959
+ "domain": "report",
1960
+ "operationId": "report.updateFormat",
1961
+ "method": "PUT",
1962
+ "path": "/v2/reports/formats/{id}",
1963
+ "summary": "フォーマット更新",
1964
+ "pathParams": [
1965
+ {
1966
+ "name": "id",
1967
+ "type": "string",
1968
+ "required": true,
1969
+ "source": "spec"
1970
+ }
1971
+ ],
1972
+ "queryParams": [],
1973
+ "body": {
1974
+ "schema": {
1975
+ "type": "object",
1976
+ "properties": {
1977
+ "code": {
1978
+ "type": [
1979
+ "string",
1980
+ "null"
1981
+ ],
1982
+ "pattern": "^[a-zA-Z0-9_-]+$",
1983
+ "maxLength": 50
1984
+ },
1985
+ "name": {
1986
+ "type": "string",
1987
+ "maxLength": 100
1988
+ },
1989
+ "editor_description": {
1990
+ "type": [
1991
+ "string",
1992
+ "null"
1993
+ ],
1994
+ "maxLength": 10000
1995
+ },
1996
+ "form_definition": {
1997
+ "type": "array",
1998
+ "items": {
1999
+ "type": "string"
2000
+ }
2001
+ },
2002
+ "custom_status_define": {
2003
+ "type": [
2004
+ "array",
2005
+ "null"
2006
+ ],
2007
+ "items": {
2008
+ "type": "string"
2009
+ }
2010
+ },
2011
+ "defined_category": {
2012
+ "type": [
2013
+ "string",
2014
+ "null"
2015
+ ],
2016
+ "enum": [
2017
+ "human_resource_management",
2018
+ "business",
2019
+ "project_management",
2020
+ "training",
2021
+ "other",
2022
+ null
2023
+ ]
2024
+ },
2025
+ "start_date": {
2026
+ "type": [
2027
+ "string",
2028
+ "null"
2029
+ ],
2030
+ "format": "date-time"
2031
+ },
2032
+ "end_date": {
2033
+ "type": [
2034
+ "string",
2035
+ "null"
2036
+ ],
2037
+ "format": "date-time"
2038
+ },
2039
+ "is_active": {
2040
+ "type": [
2041
+ "boolean",
2042
+ "null"
2043
+ ]
2044
+ },
2045
+ "sort_order": {
2046
+ "type": [
2047
+ "integer",
2048
+ "null"
2049
+ ],
2050
+ "minimum": 0
2051
+ },
2052
+ "default_title": {
2053
+ "type": [
2054
+ "string",
2055
+ "null"
2056
+ ],
2057
+ "maxLength": 200
2058
+ },
2059
+ "title_editable": {
2060
+ "type": [
2061
+ "boolean",
2062
+ "null"
2063
+ ]
2064
+ },
2065
+ "writer_rank_min": {
2066
+ "type": [
2067
+ "integer",
2068
+ "null"
2069
+ ],
2070
+ "minimum": 0,
2071
+ "maximum": 1000
2072
+ },
2073
+ "reviewer_rank_min": {
2074
+ "type": [
2075
+ "integer",
2076
+ "null"
2077
+ ],
2078
+ "minimum": 0,
2079
+ "maximum": 1000
2080
+ },
2081
+ "admin_rank_min": {
2082
+ "type": [
2083
+ "integer",
2084
+ "null"
2085
+ ],
2086
+ "minimum": 0,
2087
+ "maximum": 1000
2088
+ }
2089
+ }
2090
+ }
2091
+ },
2092
+ "resultPath": "",
2093
+ "risk": "write",
2094
+ "aliases": []
2095
+ },
2096
+ {
2097
+ "name": "update-report",
2098
+ "domain": "report",
2099
+ "operationId": "report.updateReport",
2100
+ "method": "PUT",
2101
+ "path": "/v2/reports/{id}",
2102
+ "summary": "レポート更新",
2103
+ "pathParams": [
2104
+ {
2105
+ "name": "id",
2106
+ "type": "string",
2107
+ "required": true,
2108
+ "source": "spec"
2109
+ }
2110
+ ],
2111
+ "queryParams": [],
2112
+ "body": {
2113
+ "schema": {
2114
+ "type": "object",
2115
+ "properties": {
2116
+ "title": {
2117
+ "type": "string",
2118
+ "maxLength": 200
2119
+ },
2120
+ "content": {
2121
+ "type": "array",
2122
+ "items": {
2123
+ "type": "string"
2124
+ }
2125
+ },
2126
+ "custom_status": {
2127
+ "type": [
2128
+ "string",
2129
+ "null"
2130
+ ],
2131
+ "maxLength": 50
2132
+ },
2133
+ "project_id": {
2134
+ "type": [
2135
+ "string",
2136
+ "null"
2137
+ ]
2138
+ },
2139
+ "process_id": {
2140
+ "type": [
2141
+ "string",
2142
+ "null"
2143
+ ]
2144
+ }
2145
+ }
2146
+ }
2147
+ },
2148
+ "resultPath": "",
2149
+ "risk": "write",
2150
+ "aliases": []
2151
+ },
2152
+ {
2153
+ "name": "update-reviewer",
2154
+ "domain": "report",
2155
+ "operationId": "report.updateReviewer",
2156
+ "method": "PUT",
2157
+ "path": "/v2/reports/formats/{formatId}/reviewers/{targetId}",
2158
+ "summary": "閲覧者設定更新(view_from_date)",
2159
+ "pathParams": [
2160
+ {
2161
+ "name": "formatId",
2162
+ "type": "string",
2163
+ "required": true,
2164
+ "source": "spec"
2165
+ },
2166
+ {
2167
+ "name": "targetId",
2168
+ "type": "string",
2169
+ "required": true,
2170
+ "source": "spec"
2171
+ }
2172
+ ],
2173
+ "queryParams": [],
2174
+ "body": {
2175
+ "schema": {
2176
+ "type": "object",
2177
+ "properties": {
2178
+ "type": {
2179
+ "type": "string",
2180
+ "enum": [
2181
+ "user",
2182
+ "group",
2183
+ "department"
2184
+ ]
2185
+ },
2186
+ "view_from_date": {
2187
+ "type": [
2188
+ "string",
2189
+ "null"
2190
+ ],
2191
+ "format": "date-time"
2192
+ }
2193
+ },
2194
+ "required": [
2195
+ "type"
2196
+ ]
2197
+ }
2198
+ },
2199
+ "resultPath": "",
2200
+ "risk": "write",
2201
+ "aliases": []
2202
+ },
2203
+ {
2204
+ "name": "update-tracker",
2205
+ "domain": "report",
2206
+ "operationId": "report.updateTracker",
2207
+ "method": "PUT",
2208
+ "path": "/v2/reports/formats/{formatId}/trackers/{id}",
2209
+ "summary": "トラッカー更新",
2210
+ "pathParams": [
2211
+ {
2212
+ "name": "formatId",
2213
+ "type": "string",
2214
+ "required": true,
2215
+ "source": "spec"
2216
+ },
2217
+ {
2218
+ "name": "id",
2219
+ "type": "string",
2220
+ "required": true,
2221
+ "source": "spec"
2222
+ }
2223
+ ],
2224
+ "queryParams": [],
2225
+ "body": {
2226
+ "schema": {
2227
+ "type": "object",
2228
+ "properties": {
2229
+ "name": {
2230
+ "type": "string",
2231
+ "maxLength": 100
2232
+ },
2233
+ "repeat_type": {
2234
+ "type": "string",
2235
+ "enum": [
2236
+ "daily",
2237
+ "once",
2238
+ "weekly",
2239
+ "monthly",
2240
+ "yearly"
2241
+ ]
2242
+ },
2243
+ "repeat_config": {
2244
+ "type": [
2245
+ "array",
2246
+ "null"
2247
+ ],
2248
+ "items": {
2249
+ "type": "string"
2250
+ }
2251
+ },
2252
+ "notification_config": {
2253
+ "type": [
2254
+ "array",
2255
+ "null"
2256
+ ],
2257
+ "items": {
2258
+ "type": "string"
2259
+ }
2260
+ },
2261
+ "target_type": {
2262
+ "type": "string",
2263
+ "enum": [
2264
+ "all",
2265
+ "specific_users"
2266
+ ]
2267
+ },
2268
+ "target_users": {
2269
+ "type": [
2270
+ "array",
2271
+ "null"
2272
+ ],
2273
+ "items": {
2274
+ "type": "string"
2275
+ }
2276
+ },
2277
+ "start_date": {
2278
+ "type": [
2279
+ "string",
2280
+ "null"
2281
+ ],
2282
+ "format": "date-time"
2283
+ },
2284
+ "end_date": {
2285
+ "type": [
2286
+ "string",
2287
+ "null"
2288
+ ],
2289
+ "format": "date-time"
2290
+ },
2291
+ "is_active": {
2292
+ "type": [
2293
+ "boolean",
2294
+ "null"
2295
+ ]
2296
+ }
2297
+ }
2298
+ }
2299
+ },
2300
+ "resultPath": "",
2301
+ "risk": "write",
2302
+ "aliases": []
2303
+ },
2304
+ {
2305
+ "name": "update-tracker-by-id",
2306
+ "domain": "report",
2307
+ "operationId": "report.updateTrackerById",
2308
+ "method": "PUT",
2309
+ "path": "/v2/reports/trackers/{id}",
2310
+ "summary": "トラッカー更新(ID指定)",
2311
+ "pathParams": [
2312
+ {
2313
+ "name": "id",
2314
+ "type": "string",
2315
+ "required": true,
2316
+ "source": "spec"
2317
+ }
2318
+ ],
2319
+ "queryParams": [],
2320
+ "body": {
2321
+ "schema": {
2322
+ "type": "object",
2323
+ "properties": {
2324
+ "name": {
2325
+ "type": "string",
2326
+ "maxLength": 100
2327
+ },
2328
+ "repeat_type": {
2329
+ "type": "string",
2330
+ "enum": [
2331
+ "daily",
2332
+ "once",
2333
+ "weekly",
2334
+ "monthly",
2335
+ "yearly"
2336
+ ]
2337
+ },
2338
+ "repeat_config": {
2339
+ "type": [
2340
+ "array",
2341
+ "null"
2342
+ ],
2343
+ "items": {
2344
+ "type": "string"
2345
+ }
2346
+ },
2347
+ "notification_config": {
2348
+ "type": [
2349
+ "array",
2350
+ "null"
2351
+ ],
2352
+ "items": {
2353
+ "type": "string"
2354
+ }
2355
+ },
2356
+ "target_type": {
2357
+ "type": "string",
2358
+ "enum": [
2359
+ "all",
2360
+ "specific_users"
2361
+ ]
2362
+ },
2363
+ "target_users": {
2364
+ "type": [
2365
+ "array",
2366
+ "null"
2367
+ ],
2368
+ "items": {
2369
+ "type": "string"
2370
+ }
2371
+ },
2372
+ "start_date": {
2373
+ "type": [
2374
+ "string",
2375
+ "null"
2376
+ ],
2377
+ "format": "date-time"
2378
+ },
2379
+ "end_date": {
2380
+ "type": [
2381
+ "string",
2382
+ "null"
2383
+ ],
2384
+ "format": "date-time"
2385
+ },
2386
+ "is_active": {
2387
+ "type": [
2388
+ "boolean",
2389
+ "null"
2390
+ ]
2391
+ }
2392
+ }
2393
+ }
2394
+ },
2395
+ "resultPath": "",
2396
+ "risk": "write",
2397
+ "aliases": []
2398
+ }
2399
+ ]
2400
+ }