Skip to content

Commit

Permalink
document error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Mar 1, 2024
1 parent ff057c6 commit bb55e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buf/registry/module/v1/label_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ message ListLabelHistoryRequest {
// or it may be a Commit id.
//
// If a Commit id, the returned history will start at that Commit.
// It is an error to provide a Commit id that doesn't exist on the Label.
//
// If empty, the first page is returned.
string page_token = 2 [(buf.validate.field).string.max_len = 4096];
Expand Down
1 change: 1 addition & 0 deletions buf/registry/module/v1beta1/label_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ message ListLabelHistoryRequest {
// or it may be a Commit id.
//
// If a Commit id, the returned history will start at that Commit.
// It is an error to provide a Commit id that doesn't exist on the Label.
//
// If empty, the first page is returned.
string page_token = 2 [(buf.validate.field).string.max_len = 4096];
Expand Down

0 comments on commit bb55e82

Please sign in to comment.