Skip to content

Commit dc439f0

Browse files
Make dataset summary optional in update dataset request (#31)
1 parent 564d214 commit dc439f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apis/datasets/v1/datasets.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ message UpdateDatasetRequest {
4949
// updated type of the dataset.
5050
DatasetType type = 3 [(buf.validate.field).required = true];
5151
// updated summary of the dataset.
52-
string summary = 4 [(buf.validate.field).string.min_len = 1];
52+
string summary = 4 [features.field_presence = EXPLICIT];
5353
}
5454

5555
// ClientInfo contains information about the client requesting datasets, useful for us to gather usage data

0 commit comments

Comments
 (0)