The whole hunk
from line 15, old and new numbered
/
lines
from line 15
1515
1616- `"anthropic-workspace-id": optional string`
1717
18 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
19
20 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
21
1822### Body parameters (form-data)
1923
2024- `file: string`
from line 138
134138
135139- `"anthropic-workspace-id": optional string`
136140
141 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
142
143 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
144
137145### Returns
138146
139147- `data: array of FileMetadata`
from line 244
236244
237245- `"anthropic-workspace-id": optional string`
238246
247 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
248
249 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
250
239251### Example
240252
241253```bash
from line 272
260272
261273- `"anthropic-workspace-id": optional string`
262274
275 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
276
277 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
278
263279### Returns
264280
265281- `FileMetadata object`
from line 366
350366### Headers
351367
352368- `"anthropic-workspace-id": optional string`
369
370 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
371
372 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
353373
354374### Returns
355375