@tocca-systems/twp-cli 0.14.1 → 0.15.1

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-HGTPIEAP.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/{run-6FWRZNZR.js → chunk-BPMSIIOU.js} +14 -14
  307. package/dist/{chunk-EOFANBVM.js → chunk-FKIZ5ZJU.js} +2 -2
  308. package/dist/{chunk-6JGIC2IW.js → chunk-HCO3IYGJ.js} +1 -1
  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-BJQLIPWN.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,1476 @@
1
+ {
2
+ "domain": "project-task",
3
+ "operations": [
4
+ {
5
+ "name": "activities",
6
+ "domain": "project-task",
7
+ "operationId": "projectTask.activities",
8
+ "method": "GET",
9
+ "path": "/v2/projects/{projectId}/tasks/{taskId}/activities",
10
+ "summary": "タスクのアクティビティログ一覧取得",
11
+ "pathParams": [
12
+ {
13
+ "name": "projectId",
14
+ "type": "string",
15
+ "required": true,
16
+ "source": "spec"
17
+ },
18
+ {
19
+ "name": "taskId",
20
+ "type": "string",
21
+ "required": true,
22
+ "source": "spec"
23
+ }
24
+ ],
25
+ "queryParams": [
26
+ {
27
+ "name": "limit",
28
+ "type": "integer",
29
+ "required": false,
30
+ "description": "1ページあたりの件数",
31
+ "source": "curation"
32
+ },
33
+ {
34
+ "name": "cursor",
35
+ "type": "string",
36
+ "required": false,
37
+ "description": "次ページの取得に使うカーソル",
38
+ "source": "curation"
39
+ }
40
+ ],
41
+ "body": null,
42
+ "resultPath": null,
43
+ "risk": "read",
44
+ "aliases": []
45
+ },
46
+ {
47
+ "name": "bulk-create",
48
+ "domain": "project-task",
49
+ "operationId": "projectTask.bulkCreate",
50
+ "method": "POST",
51
+ "path": "/v2/projects/{projectId}/tasks/bulk-create",
52
+ "summary": "タスク一括作成(AI生成タスク用)",
53
+ "pathParams": [
54
+ {
55
+ "name": "projectId",
56
+ "type": "string",
57
+ "required": true,
58
+ "source": "spec"
59
+ }
60
+ ],
61
+ "queryParams": [],
62
+ "body": {
63
+ "schema": {
64
+ "type": "object",
65
+ "properties": {
66
+ "tasks": {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ },
71
+ "minItems": 1,
72
+ "maxItems": 50
73
+ }
74
+ },
75
+ "required": [
76
+ "tasks"
77
+ ]
78
+ }
79
+ },
80
+ "resultPath": null,
81
+ "risk": "write",
82
+ "aliases": []
83
+ },
84
+ {
85
+ "name": "bulk-destroy",
86
+ "domain": "project-task",
87
+ "operationId": "projectTask.bulkDestroy",
88
+ "method": "DELETE",
89
+ "path": "/v2/projects/{projectId}/tasks/bulk",
90
+ "summary": "タスク一括削除",
91
+ "pathParams": [
92
+ {
93
+ "name": "projectId",
94
+ "type": "string",
95
+ "required": true,
96
+ "source": "spec"
97
+ }
98
+ ],
99
+ "queryParams": [
100
+ {
101
+ "name": "task_ids[]",
102
+ "type": "array",
103
+ "required": false,
104
+ "source": "spec"
105
+ }
106
+ ],
107
+ "body": null,
108
+ "resultPath": null,
109
+ "risk": "destructive",
110
+ "aliases": []
111
+ },
112
+ {
113
+ "name": "bulk-update",
114
+ "domain": "project-task",
115
+ "operationId": "projectTask.bulkUpdate",
116
+ "method": "PUT",
117
+ "path": "/v2/projects/{projectId}/tasks/bulk",
118
+ "summary": "タスク一括更新",
119
+ "pathParams": [
120
+ {
121
+ "name": "projectId",
122
+ "type": "string",
123
+ "required": true,
124
+ "source": "spec"
125
+ }
126
+ ],
127
+ "queryParams": [],
128
+ "body": {
129
+ "schema": {
130
+ "type": "object",
131
+ "properties": {
132
+ "task_ids": {
133
+ "type": "array",
134
+ "items": {
135
+ "type": "string"
136
+ },
137
+ "minItems": 1,
138
+ "maxItems": 100
139
+ },
140
+ "status_id": {
141
+ "type": [
142
+ "string",
143
+ "null"
144
+ ]
145
+ },
146
+ "type_id": {
147
+ "type": [
148
+ "string",
149
+ "null"
150
+ ]
151
+ },
152
+ "assignee_id": {
153
+ "type": [
154
+ "string",
155
+ "null"
156
+ ]
157
+ },
158
+ "priority": {
159
+ "type": [
160
+ "integer",
161
+ "null"
162
+ ],
163
+ "enum": [
164
+ "1",
165
+ "2",
166
+ "3",
167
+ null
168
+ ]
169
+ },
170
+ "due_date": {
171
+ "type": [
172
+ "string",
173
+ "null"
174
+ ],
175
+ "format": "date"
176
+ },
177
+ "clear_assignee": {
178
+ "type": [
179
+ "boolean",
180
+ "null"
181
+ ]
182
+ },
183
+ "clear_due_date": {
184
+ "type": [
185
+ "boolean",
186
+ "null"
187
+ ]
188
+ }
189
+ },
190
+ "required": [
191
+ "task_ids"
192
+ ]
193
+ }
194
+ },
195
+ "resultPath": null,
196
+ "risk": "write",
197
+ "aliases": []
198
+ },
199
+ {
200
+ "name": "create",
201
+ "domain": "project-task",
202
+ "operationId": "projectTask.store",
203
+ "method": "POST",
204
+ "path": "/v2/projects/{projectId}/tasks",
205
+ "summary": "タスク作成",
206
+ "pathParams": [
207
+ {
208
+ "name": "projectId",
209
+ "type": "string",
210
+ "required": true,
211
+ "source": "spec"
212
+ }
213
+ ],
214
+ "queryParams": [],
215
+ "body": {
216
+ "schema": {
217
+ "type": "object",
218
+ "properties": {
219
+ "subject": {
220
+ "type": "string",
221
+ "maxLength": 500
222
+ },
223
+ "description_html": {
224
+ "type": [
225
+ "string",
226
+ "null"
227
+ ],
228
+ "maxLength": 100000
229
+ },
230
+ "status_id": {
231
+ "type": "string"
232
+ },
233
+ "type_id": {
234
+ "type": "string"
235
+ },
236
+ "category_id": {
237
+ "type": [
238
+ "string",
239
+ "null"
240
+ ]
241
+ },
242
+ "version_id": {
243
+ "type": [
244
+ "string",
245
+ "null"
246
+ ]
247
+ },
248
+ "milestone_id": {
249
+ "type": [
250
+ "string",
251
+ "null"
252
+ ]
253
+ },
254
+ "assignee_id": {
255
+ "type": [
256
+ "string",
257
+ "null"
258
+ ]
259
+ },
260
+ "start_date": {
261
+ "type": [
262
+ "string",
263
+ "null"
264
+ ],
265
+ "format": "date"
266
+ },
267
+ "due_date": {
268
+ "type": [
269
+ "string",
270
+ "null"
271
+ ],
272
+ "format": "date"
273
+ },
274
+ "priority": {
275
+ "type": [
276
+ "integer",
277
+ "null"
278
+ ],
279
+ "enum": [
280
+ "1",
281
+ "2",
282
+ "3",
283
+ null
284
+ ]
285
+ },
286
+ "attachment_ids": {
287
+ "type": [
288
+ "array",
289
+ "null"
290
+ ],
291
+ "items": {
292
+ "type": "string"
293
+ }
294
+ },
295
+ "label_ids": {
296
+ "type": [
297
+ "array",
298
+ "null"
299
+ ],
300
+ "items": {
301
+ "type": "string"
302
+ }
303
+ },
304
+ "estimated_hours": {
305
+ "type": [
306
+ "number",
307
+ "null"
308
+ ],
309
+ "minimum": 0,
310
+ "maximum": 9999
311
+ },
312
+ "actual_hours": {
313
+ "type": [
314
+ "number",
315
+ "null"
316
+ ],
317
+ "minimum": 0,
318
+ "maximum": 9999
319
+ },
320
+ "recurrence_type": {
321
+ "type": [
322
+ "string",
323
+ "null"
324
+ ],
325
+ "enum": [
326
+ "daily",
327
+ "weekly",
328
+ "monthly",
329
+ "quarterly",
330
+ "half_yearly",
331
+ "yearly",
332
+ null
333
+ ]
334
+ },
335
+ "recurrence_interval": {
336
+ "type": [
337
+ "integer",
338
+ "null"
339
+ ],
340
+ "minimum": 1,
341
+ "maximum": 365
342
+ },
343
+ "recurrence_end_date": {
344
+ "type": [
345
+ "string",
346
+ "null"
347
+ ],
348
+ "format": "date"
349
+ },
350
+ "recurrence_weekday": {
351
+ "type": [
352
+ "integer",
353
+ "null"
354
+ ],
355
+ "minimum": 0,
356
+ "maximum": 6
357
+ },
358
+ "recurrence_week_of_month": {
359
+ "type": [
360
+ "integer",
361
+ "null"
362
+ ],
363
+ "minimum": 1,
364
+ "maximum": 5
365
+ },
366
+ "recurrence_day_of_month": {
367
+ "type": [
368
+ "integer",
369
+ "null"
370
+ ],
371
+ "minimum": 1,
372
+ "maximum": 31
373
+ },
374
+ "recurrence_day_mode": {
375
+ "type": [
376
+ "string",
377
+ "null"
378
+ ],
379
+ "enum": [
380
+ "last_day",
381
+ "first_business_day",
382
+ "last_business_day",
383
+ null
384
+ ]
385
+ },
386
+ "recurrence_holiday_adjust": {
387
+ "type": [
388
+ "boolean",
389
+ "null"
390
+ ]
391
+ },
392
+ "recurrence_auto_generate": {
393
+ "type": [
394
+ "boolean",
395
+ "null"
396
+ ]
397
+ },
398
+ "recurrence_generate_before_days": {
399
+ "type": [
400
+ "integer",
401
+ "null"
402
+ ],
403
+ "minimum": 0,
404
+ "maximum": 365
405
+ },
406
+ "custom_fields": {
407
+ "type": [
408
+ "array",
409
+ "null"
410
+ ],
411
+ "items": {
412
+ "type": "string"
413
+ }
414
+ },
415
+ "parent_id": {
416
+ "type": [
417
+ "string",
418
+ "null"
419
+ ]
420
+ },
421
+ "parent_task_id": {
422
+ "type": [
423
+ "string",
424
+ "null"
425
+ ]
426
+ }
427
+ },
428
+ "required": [
429
+ "subject",
430
+ "status_id",
431
+ "type_id"
432
+ ]
433
+ }
434
+ },
435
+ "resultPath": null,
436
+ "risk": "write",
437
+ "aliases": []
438
+ },
439
+ {
440
+ "name": "delete",
441
+ "domain": "project-task",
442
+ "operationId": "projectTask.destroy",
443
+ "method": "DELETE",
444
+ "path": "/v2/projects/{projectId}/tasks/{id}",
445
+ "summary": "タスク削除",
446
+ "pathParams": [
447
+ {
448
+ "name": "projectId",
449
+ "type": "string",
450
+ "required": true,
451
+ "source": "spec"
452
+ },
453
+ {
454
+ "name": "id",
455
+ "type": "string",
456
+ "required": true,
457
+ "source": "spec"
458
+ }
459
+ ],
460
+ "queryParams": [],
461
+ "body": null,
462
+ "resultPath": null,
463
+ "risk": "destructive",
464
+ "aliases": []
465
+ },
466
+ {
467
+ "name": "duplicate",
468
+ "domain": "project-task",
469
+ "operationId": "projectTask.duplicate",
470
+ "method": "POST",
471
+ "path": "/v2/projects/{projectId}/tasks/{id}/duplicate",
472
+ "summary": "タスク複製",
473
+ "pathParams": [
474
+ {
475
+ "name": "projectId",
476
+ "type": "string",
477
+ "required": true,
478
+ "source": "spec"
479
+ },
480
+ {
481
+ "name": "id",
482
+ "type": "string",
483
+ "required": true,
484
+ "source": "spec"
485
+ }
486
+ ],
487
+ "queryParams": [],
488
+ "body": {
489
+ "schema": {
490
+ "type": "object",
491
+ "properties": {
492
+ "include_description": {
493
+ "type": [
494
+ "boolean",
495
+ "null"
496
+ ]
497
+ },
498
+ "include_subtasks": {
499
+ "type": [
500
+ "boolean",
501
+ "null"
502
+ ]
503
+ },
504
+ "include_attachments": {
505
+ "type": [
506
+ "boolean",
507
+ "null"
508
+ ]
509
+ }
510
+ }
511
+ }
512
+ },
513
+ "resultPath": null,
514
+ "risk": "write",
515
+ "aliases": []
516
+ },
517
+ {
518
+ "name": "export",
519
+ "domain": "project-task",
520
+ "operationId": "projectTask.export",
521
+ "method": "GET",
522
+ "path": "/v2/projects/{projectId}/tasks/export",
523
+ "summary": "タスク一覧エクスポート(CSV/Excel)",
524
+ "pathParams": [
525
+ {
526
+ "name": "projectId",
527
+ "type": "string",
528
+ "required": true,
529
+ "source": "spec"
530
+ }
531
+ ],
532
+ "queryParams": [
533
+ {
534
+ "name": "format",
535
+ "type": "string",
536
+ "required": false,
537
+ "source": "spec"
538
+ },
539
+ {
540
+ "name": "keyword",
541
+ "type": "string",
542
+ "required": false,
543
+ "source": "spec"
544
+ },
545
+ {
546
+ "name": "recurrence_type",
547
+ "type": "string",
548
+ "required": false,
549
+ "source": "spec"
550
+ },
551
+ {
552
+ "name": "limit",
553
+ "type": "integer",
554
+ "required": false,
555
+ "description": "1ページあたりの件数",
556
+ "source": "curation"
557
+ },
558
+ {
559
+ "name": "cursor",
560
+ "type": "string",
561
+ "required": false,
562
+ "description": "次ページの取得に使うカーソル",
563
+ "source": "curation"
564
+ }
565
+ ],
566
+ "body": null,
567
+ "resultPath": null,
568
+ "risk": "read",
569
+ "aliases": []
570
+ },
571
+ {
572
+ "name": "get",
573
+ "domain": "project-task",
574
+ "operationId": "projectTask.show",
575
+ "method": "GET",
576
+ "path": "/v2/projects/{projectId}/tasks/{id}",
577
+ "summary": "タスク詳細取得",
578
+ "pathParams": [
579
+ {
580
+ "name": "projectId",
581
+ "type": "string",
582
+ "required": true,
583
+ "source": "spec"
584
+ },
585
+ {
586
+ "name": "id",
587
+ "type": "string",
588
+ "required": true,
589
+ "source": "spec"
590
+ }
591
+ ],
592
+ "queryParams": [
593
+ {
594
+ "name": "limit",
595
+ "type": "integer",
596
+ "required": false,
597
+ "description": "1ページあたりの件数",
598
+ "source": "curation"
599
+ },
600
+ {
601
+ "name": "cursor",
602
+ "type": "string",
603
+ "required": false,
604
+ "description": "次ページの取得に使うカーソル",
605
+ "source": "curation"
606
+ }
607
+ ],
608
+ "body": null,
609
+ "resultPath": null,
610
+ "risk": "read",
611
+ "aliases": []
612
+ },
613
+ {
614
+ "name": "import-execute",
615
+ "domain": "project-task",
616
+ "operationId": "projectTask.importExecute",
617
+ "method": "POST",
618
+ "path": "/v2/projects/{projectId}/tasks/import",
619
+ "summary": "CSVインポート実行",
620
+ "pathParams": [
621
+ {
622
+ "name": "projectId",
623
+ "type": "string",
624
+ "required": true,
625
+ "source": "spec"
626
+ }
627
+ ],
628
+ "queryParams": [],
629
+ "body": {
630
+ "schema": {
631
+ "type": "object",
632
+ "properties": {
633
+ "file": {
634
+ "type": "string",
635
+ "format": "binary",
636
+ "contentMediaType": "application/octet-stream"
637
+ },
638
+ "skip_errors": {
639
+ "type": "boolean"
640
+ }
641
+ },
642
+ "required": [
643
+ "file"
644
+ ]
645
+ }
646
+ },
647
+ "resultPath": null,
648
+ "risk": "write",
649
+ "aliases": []
650
+ },
651
+ {
652
+ "name": "import-preview",
653
+ "domain": "project-task",
654
+ "operationId": "projectTask.importPreview",
655
+ "method": "POST",
656
+ "path": "/v2/projects/{projectId}/tasks/import-preview",
657
+ "summary": "CSVインポートプレビュー",
658
+ "pathParams": [
659
+ {
660
+ "name": "projectId",
661
+ "type": "string",
662
+ "required": true,
663
+ "source": "spec"
664
+ }
665
+ ],
666
+ "queryParams": [],
667
+ "body": {
668
+ "schema": {
669
+ "type": "object",
670
+ "properties": {
671
+ "file": {
672
+ "type": "string",
673
+ "format": "binary",
674
+ "contentMediaType": "application/octet-stream"
675
+ }
676
+ },
677
+ "required": [
678
+ "file"
679
+ ]
680
+ }
681
+ },
682
+ "resultPath": null,
683
+ "risk": "write",
684
+ "aliases": []
685
+ },
686
+ {
687
+ "name": "import-template",
688
+ "domain": "project-task",
689
+ "operationId": "projectTask.importTemplate",
690
+ "method": "GET",
691
+ "path": "/v2/projects/{projectId}/tasks/import-template",
692
+ "summary": "CSVインポート用テンプレートダウンロード",
693
+ "pathParams": [
694
+ {
695
+ "name": "projectId",
696
+ "type": "string",
697
+ "required": true,
698
+ "source": "spec"
699
+ }
700
+ ],
701
+ "queryParams": [
702
+ {
703
+ "name": "limit",
704
+ "type": "integer",
705
+ "required": false,
706
+ "description": "1ページあたりの件数",
707
+ "source": "curation"
708
+ },
709
+ {
710
+ "name": "cursor",
711
+ "type": "string",
712
+ "required": false,
713
+ "description": "次ページの取得に使うカーソル",
714
+ "source": "curation"
715
+ }
716
+ ],
717
+ "body": null,
718
+ "resultPath": null,
719
+ "risk": "read",
720
+ "aliases": []
721
+ },
722
+ {
723
+ "name": "list",
724
+ "domain": "project-task",
725
+ "operationId": "projectTask.index",
726
+ "method": "GET",
727
+ "path": "/v2/projects/{projectId}/tasks",
728
+ "summary": "タスク一覧取得(ページネーション対応)",
729
+ "pathParams": [
730
+ {
731
+ "name": "projectId",
732
+ "type": "string",
733
+ "required": true,
734
+ "source": "spec"
735
+ }
736
+ ],
737
+ "queryParams": [
738
+ {
739
+ "name": "keyword",
740
+ "type": "string",
741
+ "required": false,
742
+ "source": "spec"
743
+ },
744
+ {
745
+ "name": "sort_column",
746
+ "type": "string",
747
+ "required": false,
748
+ "source": "spec"
749
+ },
750
+ {
751
+ "name": "sort_direction",
752
+ "type": "string",
753
+ "required": false,
754
+ "source": "spec"
755
+ },
756
+ {
757
+ "name": "condition",
758
+ "type": "string",
759
+ "required": false,
760
+ "source": "spec"
761
+ },
762
+ {
763
+ "name": "completed_from",
764
+ "type": "string",
765
+ "required": false,
766
+ "source": "spec"
767
+ },
768
+ {
769
+ "name": "completed_to",
770
+ "type": "string",
771
+ "required": false,
772
+ "source": "spec"
773
+ },
774
+ {
775
+ "name": "recurrence_type",
776
+ "type": "string",
777
+ "required": false,
778
+ "source": "spec"
779
+ },
780
+ {
781
+ "name": "limit",
782
+ "type": "integer",
783
+ "required": false,
784
+ "description": "1ページあたりの件数",
785
+ "source": "curation"
786
+ },
787
+ {
788
+ "name": "cursor",
789
+ "type": "string",
790
+ "required": false,
791
+ "description": "次ページの取得に使うカーソル",
792
+ "source": "curation"
793
+ }
794
+ ],
795
+ "body": null,
796
+ "resultPath": null,
797
+ "risk": "read",
798
+ "aliases": []
799
+ },
800
+ {
801
+ "name": "my-activities",
802
+ "domain": "project-task",
803
+ "operationId": "projectTask.myActivities",
804
+ "method": "GET",
805
+ "path": "/v2/me/activities",
806
+ "summary": "ユーザーの最近の活動一覧取得",
807
+ "pathParams": [],
808
+ "queryParams": [
809
+ {
810
+ "name": "scope",
811
+ "type": "string",
812
+ "required": false,
813
+ "source": "spec"
814
+ },
815
+ {
816
+ "name": "keyword",
817
+ "type": "string",
818
+ "required": false,
819
+ "source": "spec"
820
+ },
821
+ {
822
+ "name": "date_from",
823
+ "type": "string",
824
+ "required": false,
825
+ "source": "spec"
826
+ },
827
+ {
828
+ "name": "date_to",
829
+ "type": "string",
830
+ "required": false,
831
+ "source": "spec"
832
+ },
833
+ {
834
+ "name": "action",
835
+ "type": "string",
836
+ "required": false,
837
+ "source": "spec"
838
+ },
839
+ {
840
+ "name": "entity_type",
841
+ "type": "string",
842
+ "required": false,
843
+ "source": "spec"
844
+ },
845
+ {
846
+ "name": "cursor",
847
+ "type": "string",
848
+ "required": false,
849
+ "description": "次ページの取得に使うカーソル",
850
+ "source": "curation"
851
+ },
852
+ {
853
+ "name": "limit",
854
+ "type": "integer",
855
+ "required": false,
856
+ "description": "1ページあたりの件数",
857
+ "source": "curation"
858
+ }
859
+ ],
860
+ "body": null,
861
+ "resultPath": "items",
862
+ "risk": "read",
863
+ "aliases": []
864
+ },
865
+ {
866
+ "name": "my-tasks",
867
+ "domain": "project-task",
868
+ "operationId": "projectTask.myTasks",
869
+ "method": "GET",
870
+ "path": "/v2/me/tasks",
871
+ "summary": "自分の担当タスク一覧取得(ページネーション対応)",
872
+ "pathParams": [],
873
+ "queryParams": [
874
+ {
875
+ "name": "cursor",
876
+ "type": "string",
877
+ "required": false,
878
+ "description": "次ページの取得に使うカーソル",
879
+ "source": "curation"
880
+ },
881
+ {
882
+ "name": "limit",
883
+ "type": "integer",
884
+ "required": false,
885
+ "description": "1ページあたりの件数",
886
+ "source": "curation"
887
+ }
888
+ ],
889
+ "body": null,
890
+ "resultPath": "items",
891
+ "risk": "read",
892
+ "aliases": []
893
+ },
894
+ {
895
+ "name": "project-activities",
896
+ "domain": "project-task",
897
+ "operationId": "projectTask.projectActivities",
898
+ "method": "GET",
899
+ "path": "/v2/projects/{projectId}/activities",
900
+ "summary": "プロジェクトのアクティビティログ一覧取得",
901
+ "pathParams": [
902
+ {
903
+ "name": "projectId",
904
+ "type": "string",
905
+ "required": true,
906
+ "source": "spec"
907
+ }
908
+ ],
909
+ "queryParams": [
910
+ {
911
+ "name": "cursor",
912
+ "type": "string",
913
+ "required": false,
914
+ "description": "次ページの取得に使うカーソル",
915
+ "source": "curation"
916
+ },
917
+ {
918
+ "name": "limit",
919
+ "type": "integer",
920
+ "required": false,
921
+ "description": "1ページあたりの件数",
922
+ "source": "curation"
923
+ }
924
+ ],
925
+ "body": null,
926
+ "resultPath": null,
927
+ "risk": "read",
928
+ "aliases": []
929
+ },
930
+ {
931
+ "name": "resolve-by-id",
932
+ "domain": "project-task",
933
+ "operationId": "projectTask.resolveById",
934
+ "method": "GET",
935
+ "path": "/v2/tasks/resolve-by-id/{taskId}",
936
+ "summary": "テナント内でタスクIDからタスクを解決",
937
+ "pathParams": [
938
+ {
939
+ "name": "taskId",
940
+ "type": "string",
941
+ "required": true,
942
+ "source": "spec"
943
+ }
944
+ ],
945
+ "queryParams": [
946
+ {
947
+ "name": "limit",
948
+ "type": "integer",
949
+ "required": false,
950
+ "description": "1ページあたりの件数",
951
+ "source": "curation"
952
+ },
953
+ {
954
+ "name": "cursor",
955
+ "type": "string",
956
+ "required": false,
957
+ "description": "次ページの取得に使うカーソル",
958
+ "source": "curation"
959
+ }
960
+ ],
961
+ "body": null,
962
+ "resultPath": null,
963
+ "risk": "read",
964
+ "aliases": []
965
+ },
966
+ {
967
+ "name": "resolve-by-key",
968
+ "domain": "project-task",
969
+ "operationId": "projectTask.resolveByKey",
970
+ "method": "GET",
971
+ "path": "/v2/tasks/resolve-by-key/{key}",
972
+ "summary": "テナント内でタスクキーからタスクを解決",
973
+ "pathParams": [
974
+ {
975
+ "name": "key",
976
+ "type": "string",
977
+ "required": true,
978
+ "source": "spec"
979
+ }
980
+ ],
981
+ "queryParams": [
982
+ {
983
+ "name": "limit",
984
+ "type": "integer",
985
+ "required": false,
986
+ "description": "1ページあたりの件数",
987
+ "source": "curation"
988
+ },
989
+ {
990
+ "name": "cursor",
991
+ "type": "string",
992
+ "required": false,
993
+ "description": "次ページの取得に使うカーソル",
994
+ "source": "curation"
995
+ }
996
+ ],
997
+ "body": null,
998
+ "resultPath": null,
999
+ "risk": "read",
1000
+ "aliases": []
1001
+ },
1002
+ {
1003
+ "name": "show-by-key",
1004
+ "domain": "project-task",
1005
+ "operationId": "projectTask.showByKey",
1006
+ "method": "GET",
1007
+ "path": "/v2/projects/{projectId}/tasks/by-key/{key}",
1008
+ "summary": "タスクキーで詳細取得",
1009
+ "pathParams": [
1010
+ {
1011
+ "name": "projectId",
1012
+ "type": "string",
1013
+ "required": true,
1014
+ "source": "spec"
1015
+ },
1016
+ {
1017
+ "name": "key",
1018
+ "type": "string",
1019
+ "required": true,
1020
+ "source": "spec"
1021
+ }
1022
+ ],
1023
+ "queryParams": [
1024
+ {
1025
+ "name": "limit",
1026
+ "type": "integer",
1027
+ "required": false,
1028
+ "description": "1ページあたりの件数",
1029
+ "source": "curation"
1030
+ },
1031
+ {
1032
+ "name": "cursor",
1033
+ "type": "string",
1034
+ "required": false,
1035
+ "description": "次ページの取得に使うカーソル",
1036
+ "source": "curation"
1037
+ }
1038
+ ],
1039
+ "body": null,
1040
+ "resultPath": null,
1041
+ "risk": "read",
1042
+ "aliases": []
1043
+ },
1044
+ {
1045
+ "name": "store-subtask",
1046
+ "domain": "project-task",
1047
+ "operationId": "projectTask.storeSubtask",
1048
+ "method": "POST",
1049
+ "path": "/v2/projects/{projectId}/tasks/{taskId}/subtasks",
1050
+ "summary": "サブタスク作成",
1051
+ "pathParams": [
1052
+ {
1053
+ "name": "projectId",
1054
+ "type": "string",
1055
+ "required": true,
1056
+ "source": "spec"
1057
+ },
1058
+ {
1059
+ "name": "taskId",
1060
+ "type": "string",
1061
+ "required": true,
1062
+ "source": "spec"
1063
+ }
1064
+ ],
1065
+ "queryParams": [],
1066
+ "body": {
1067
+ "schema": {
1068
+ "type": "object",
1069
+ "properties": {
1070
+ "subject": {
1071
+ "type": "string",
1072
+ "maxLength": 500
1073
+ },
1074
+ "description_html": {
1075
+ "type": [
1076
+ "string",
1077
+ "null"
1078
+ ],
1079
+ "maxLength": 100000
1080
+ },
1081
+ "status_id": {
1082
+ "type": "string"
1083
+ },
1084
+ "type_id": {
1085
+ "type": "string"
1086
+ },
1087
+ "category_id": {
1088
+ "type": [
1089
+ "string",
1090
+ "null"
1091
+ ]
1092
+ },
1093
+ "version_id": {
1094
+ "type": [
1095
+ "string",
1096
+ "null"
1097
+ ]
1098
+ },
1099
+ "milestone_id": {
1100
+ "type": [
1101
+ "string",
1102
+ "null"
1103
+ ]
1104
+ },
1105
+ "assignee_id": {
1106
+ "type": [
1107
+ "string",
1108
+ "null"
1109
+ ]
1110
+ },
1111
+ "start_date": {
1112
+ "type": [
1113
+ "string",
1114
+ "null"
1115
+ ],
1116
+ "format": "date"
1117
+ },
1118
+ "due_date": {
1119
+ "type": [
1120
+ "string",
1121
+ "null"
1122
+ ],
1123
+ "format": "date"
1124
+ },
1125
+ "priority": {
1126
+ "type": [
1127
+ "integer",
1128
+ "null"
1129
+ ],
1130
+ "enum": [
1131
+ "1",
1132
+ "2",
1133
+ "3",
1134
+ null
1135
+ ]
1136
+ },
1137
+ "attachment_ids": {
1138
+ "type": [
1139
+ "array",
1140
+ "null"
1141
+ ],
1142
+ "items": {
1143
+ "type": "string"
1144
+ }
1145
+ },
1146
+ "label_ids": {
1147
+ "type": [
1148
+ "array",
1149
+ "null"
1150
+ ],
1151
+ "items": {
1152
+ "type": "string"
1153
+ }
1154
+ },
1155
+ "estimated_hours": {
1156
+ "type": [
1157
+ "number",
1158
+ "null"
1159
+ ],
1160
+ "minimum": 0,
1161
+ "maximum": 9999
1162
+ },
1163
+ "actual_hours": {
1164
+ "type": [
1165
+ "number",
1166
+ "null"
1167
+ ],
1168
+ "minimum": 0,
1169
+ "maximum": 9999
1170
+ },
1171
+ "custom_fields": {
1172
+ "type": [
1173
+ "array",
1174
+ "null"
1175
+ ],
1176
+ "items": {
1177
+ "type": "string"
1178
+ }
1179
+ }
1180
+ },
1181
+ "required": [
1182
+ "subject",
1183
+ "status_id",
1184
+ "type_id"
1185
+ ]
1186
+ }
1187
+ },
1188
+ "resultPath": null,
1189
+ "risk": "write",
1190
+ "aliases": []
1191
+ },
1192
+ {
1193
+ "name": "subtasks",
1194
+ "domain": "project-task",
1195
+ "operationId": "projectTask.subtasks",
1196
+ "method": "GET",
1197
+ "path": "/v2/projects/{projectId}/tasks/{taskId}/subtasks",
1198
+ "summary": "サブタスク一覧取得",
1199
+ "pathParams": [
1200
+ {
1201
+ "name": "projectId",
1202
+ "type": "string",
1203
+ "required": true,
1204
+ "source": "spec"
1205
+ },
1206
+ {
1207
+ "name": "taskId",
1208
+ "type": "string",
1209
+ "required": true,
1210
+ "source": "spec"
1211
+ }
1212
+ ],
1213
+ "queryParams": [
1214
+ {
1215
+ "name": "limit",
1216
+ "type": "integer",
1217
+ "required": false,
1218
+ "description": "1ページあたりの件数",
1219
+ "source": "curation"
1220
+ },
1221
+ {
1222
+ "name": "cursor",
1223
+ "type": "string",
1224
+ "required": false,
1225
+ "description": "次ページの取得に使うカーソル",
1226
+ "source": "curation"
1227
+ }
1228
+ ],
1229
+ "body": null,
1230
+ "resultPath": null,
1231
+ "risk": "read",
1232
+ "aliases": []
1233
+ },
1234
+ {
1235
+ "name": "update",
1236
+ "domain": "project-task",
1237
+ "operationId": "projectTask.update",
1238
+ "method": "PUT",
1239
+ "path": "/v2/projects/{projectId}/tasks/{id}",
1240
+ "summary": "タスク更新",
1241
+ "pathParams": [
1242
+ {
1243
+ "name": "projectId",
1244
+ "type": "string",
1245
+ "required": true,
1246
+ "source": "spec"
1247
+ },
1248
+ {
1249
+ "name": "id",
1250
+ "type": "string",
1251
+ "required": true,
1252
+ "source": "spec"
1253
+ }
1254
+ ],
1255
+ "queryParams": [],
1256
+ "body": {
1257
+ "schema": {
1258
+ "type": "object",
1259
+ "properties": {
1260
+ "subject": {
1261
+ "type": "string",
1262
+ "maxLength": 500
1263
+ },
1264
+ "description_html": {
1265
+ "type": [
1266
+ "string",
1267
+ "null"
1268
+ ],
1269
+ "maxLength": 100000
1270
+ },
1271
+ "status_id": {
1272
+ "type": "string"
1273
+ },
1274
+ "type_id": {
1275
+ "type": "string"
1276
+ },
1277
+ "category_id": {
1278
+ "type": [
1279
+ "string",
1280
+ "null"
1281
+ ]
1282
+ },
1283
+ "version_id": {
1284
+ "type": [
1285
+ "string",
1286
+ "null"
1287
+ ]
1288
+ },
1289
+ "milestone_id": {
1290
+ "type": [
1291
+ "string",
1292
+ "null"
1293
+ ]
1294
+ },
1295
+ "assignee_id": {
1296
+ "type": [
1297
+ "string",
1298
+ "null"
1299
+ ]
1300
+ },
1301
+ "start_date": {
1302
+ "type": [
1303
+ "string",
1304
+ "null"
1305
+ ],
1306
+ "format": "date"
1307
+ },
1308
+ "due_date": {
1309
+ "type": [
1310
+ "string",
1311
+ "null"
1312
+ ],
1313
+ "format": "date"
1314
+ },
1315
+ "priority": {
1316
+ "type": [
1317
+ "integer",
1318
+ "null"
1319
+ ],
1320
+ "enum": [
1321
+ "1",
1322
+ "2",
1323
+ "3",
1324
+ null
1325
+ ]
1326
+ },
1327
+ "attachment_ids": {
1328
+ "type": [
1329
+ "array",
1330
+ "null"
1331
+ ],
1332
+ "items": {
1333
+ "type": "string"
1334
+ }
1335
+ },
1336
+ "label_ids": {
1337
+ "type": [
1338
+ "array",
1339
+ "null"
1340
+ ],
1341
+ "items": {
1342
+ "type": "string"
1343
+ }
1344
+ },
1345
+ "estimated_hours": {
1346
+ "type": [
1347
+ "number",
1348
+ "null"
1349
+ ],
1350
+ "minimum": 0,
1351
+ "maximum": 9999
1352
+ },
1353
+ "actual_hours": {
1354
+ "type": [
1355
+ "number",
1356
+ "null"
1357
+ ],
1358
+ "minimum": 0,
1359
+ "maximum": 9999
1360
+ },
1361
+ "skip_activity_log": {
1362
+ "type": [
1363
+ "boolean",
1364
+ "null"
1365
+ ]
1366
+ },
1367
+ "recurrence_type": {
1368
+ "type": [
1369
+ "string",
1370
+ "null"
1371
+ ],
1372
+ "enum": [
1373
+ "daily",
1374
+ "weekly",
1375
+ "monthly",
1376
+ "quarterly",
1377
+ "half_yearly",
1378
+ "yearly",
1379
+ null
1380
+ ]
1381
+ },
1382
+ "recurrence_interval": {
1383
+ "type": [
1384
+ "integer",
1385
+ "null"
1386
+ ],
1387
+ "minimum": 1,
1388
+ "maximum": 365
1389
+ },
1390
+ "recurrence_end_date": {
1391
+ "type": [
1392
+ "string",
1393
+ "null"
1394
+ ],
1395
+ "format": "date"
1396
+ },
1397
+ "recurrence_weekday": {
1398
+ "type": [
1399
+ "integer",
1400
+ "null"
1401
+ ],
1402
+ "minimum": 0,
1403
+ "maximum": 6
1404
+ },
1405
+ "recurrence_week_of_month": {
1406
+ "type": [
1407
+ "integer",
1408
+ "null"
1409
+ ],
1410
+ "minimum": 1,
1411
+ "maximum": 5
1412
+ },
1413
+ "recurrence_day_of_month": {
1414
+ "type": [
1415
+ "integer",
1416
+ "null"
1417
+ ],
1418
+ "minimum": 1,
1419
+ "maximum": 31
1420
+ },
1421
+ "recurrence_day_mode": {
1422
+ "type": [
1423
+ "string",
1424
+ "null"
1425
+ ],
1426
+ "enum": [
1427
+ "last_day",
1428
+ "first_business_day",
1429
+ "last_business_day",
1430
+ null
1431
+ ]
1432
+ },
1433
+ "recurrence_holiday_adjust": {
1434
+ "type": [
1435
+ "boolean",
1436
+ "null"
1437
+ ]
1438
+ },
1439
+ "recurrence_auto_generate": {
1440
+ "type": [
1441
+ "boolean",
1442
+ "null"
1443
+ ]
1444
+ },
1445
+ "recurrence_generate_before_days": {
1446
+ "type": [
1447
+ "integer",
1448
+ "null"
1449
+ ],
1450
+ "minimum": 0,
1451
+ "maximum": 365
1452
+ },
1453
+ "custom_fields": {
1454
+ "type": [
1455
+ "array",
1456
+ "null"
1457
+ ],
1458
+ "items": {
1459
+ "type": "string"
1460
+ }
1461
+ },
1462
+ "parent_task_id": {
1463
+ "type": [
1464
+ "string",
1465
+ "null"
1466
+ ]
1467
+ }
1468
+ }
1469
+ }
1470
+ },
1471
+ "resultPath": null,
1472
+ "risk": "write",
1473
+ "aliases": []
1474
+ }
1475
+ ]
1476
+ }