Skip to content

Commit 9f084d0

Browse files
feat(projects): add workspaceId to AddProjectArgs
The backend REST API already supports workspace_id when creating projects, but the SDK type was missing this field, preventing SDK consumers from creating workspace projects via the REST API method. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b0963b0 commit 9f084d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/requests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ export type AddProjectArgs = {
250250
color?: ColorKey
251251
isFavorite?: boolean
252252
viewStyle?: ProjectViewStyle
253+
workspaceId?: string
253254
}
254255

255256
/**

0 commit comments

Comments
 (0)