We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b66d8 commit fbf7546Copy full SHA for fbf7546
1 file changed
src/bitdrift_public/protobuf/client/v1/api.proto
@@ -312,8 +312,8 @@ message UploadArtifactRequest {
312
// The timestamp associated with this upload. This allows us to possibly reject the upload of very old artifacts.
313
google.protobuf.Timestamp time = 6 [(validate.rules).message = {required: true}];
314
315
- // The session ID associated with the artifact.
316
- string session_id = 7 [(validate.rules).string = {min_len: 1}];
+ // The session ID associated with the artifact if applicable.
+ string session_id = 7;
317
318
// The set of feature flags that were active at the time of artifact emission.
319
repeated FeatureFlag feature_flags = 8;
0 commit comments