Skip to content

Commit

Permalink
Update comment on BatchCreateEntryRequest due to spire/pr:#4477 (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Prantl <[email protected]>
  • Loading branch information
mjptree authored and amartinezfayo committed Dec 21, 2023
1 parent 4601723 commit 00343b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions proto/spire/api/server/entry/v1/entry.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/spire/api/server/entry/v1/entry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ message GetEntryRequest {
}

message BatchCreateEntryRequest {
// The entries to be created. The entry ID field is output only, and will
// be ignored here.
// The entries to be created. If no entry ID is provided, one will be
// generated.
repeated spire.api.types.Entry entries = 1;

// An output mask indicating the entry fields set in the response.
Expand Down

0 comments on commit 00343b7

Please sign in to comment.