Commit 00264b7
document: 添付ファイルの追加・取得・一覧・更新・削除サブコマンドを追加 (#24)
- xp document attachment add <docid>: POST /multiapi/v1/attachments/{docid} (multipart)
- xp document attachment list <docid>: GET /api/v1/attachments/{docid}
- xp document attachment get <docid> <seq>: GET /api/v1/attachments/{docid}/{attach_seq}
- xp document attachment update <docid> <seq>: PATCH /multiapi/v1/attachments/{docid}/{attach_seq} (multipart)
- xp document attachment delete <docid> <seq>: PATCH /multiapi/v1/attachments/{docid}/{attach_seq} を delete=true で呼出し
- schema document.attachment.{add,list,get,update,delete} を追加
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 30cfe0e commit 00264b7
11 files changed
Lines changed: 1362 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
150 | 168 | | |
151 | 169 | | |
152 | 170 | | |
| |||
0 commit comments