We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8091d commit 5ddecfaCopy full SHA for 5ddecfa
src/version3/models/version.ts
@@ -54,7 +54,7 @@ export interface Version {
54
* The ID of the project to which this version is attached. Required when creating a version. Not applicable when
55
* updating a version.
56
*/
57
- projectId: string | number;
+ projectId?: string | number;
58
/**
59
* The release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). Optional when creating or updating a
60
* version.
0 commit comments