Skip to content

Commit 5ddecfa

Browse files
committed
projectId marked as optional
1 parent cd8091d commit 5ddecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version3/models/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface Version {
5454
* The ID of the project to which this version is attached. Required when creating a version. Not applicable when
5555
* updating a version.
5656
*/
57-
projectId: string | number;
57+
projectId?: string | number;
5858
/**
5959
* The release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). Optional when creating or updating a
6060
* version.

0 commit comments

Comments
 (0)