The whole hunk
from line 23, old and new numbered
/
lines
from line 23
2323
2424- `"anthropic-workspace-id": optional string`
2525
26 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
27
28 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.
29
2630### Body parameters (form-data)
2731
2832- `files: array of string`
from line 132
128132
129133- `"anthropic-workspace-id": optional string`
130134
135 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
136
137 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.
138
131139### Returns
132140
133141- `data: array of SkillVersion`
from line 236
228236
229237- `"anthropic-workspace-id": optional string`
230238
239 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
240
241 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.
242
231243### Returns
232244
233245- `SkillVersion object`
from line 326
314326### Headers
315327
316328- `"anthropic-workspace-id": optional string`
329
330 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
331
332 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.
317333
318334### Returns
319335