Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/digitalkin/filesystem/v1/filesystem.proto
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ message UpdateFileRequest {
// context: Context ID for the file
string context = 1 [(buf.validate.field).required = true, (buf.validate.field).string.pattern = "^(missions:|setups:).*$"];

// name: Current name of the file
string name = 2 [(buf.validate.field).required = true, (buf.validate.field).string.min_len = 1];
// id: Current id of the file
string id = 2 [(buf.validate.field).required = true];

// new_name: New name for the file (optional)
string new_name = 3;
Expand Down