We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f60f34 commit 5dc5730Copy full SHA for 5dc5730
1 file changed
src/bitdrift_public/protobuf/client/v1/api.proto
@@ -268,6 +268,10 @@ message UploadArtifactIntentRequest {
268
269
// The timestamp associated with the artifact being uploaded. This allows us to possibly reject the upload of very old artifacts.
270
google.protobuf.Timestamp time = 5 [(validate.rules).message = {required: true}];
271
+
272
+ // The session ID associated with the artifact. This allows correlating the intent with a specific user session.
273
+ // This may not be set for all kinds of artifacts, such as state snapshots.
274
+ optional string session_id = 7;
275
}
276
277
message UploadArtifactIntentResponse {
0 commit comments