Skip to content

Commit

Permalink
fixup! feat: EI-3417 - Data/meta per-twin allowlist check RPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
vtermanis committed Oct 20, 2024
1 parent 64dbbeb commit ddeb6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/iotics/api/host.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ service HostAPI {

// IsHostMetaAllowed determines whether a remote host is allowed to perform meta requests against the given twin.
// An example of a meta(data) request is twin.DescribeTwin
rpc IsHostMetaAllowed(IsHostDataAllowedRequest) returns (IsHostDataAllowedResponse) {}
rpc IsHostMetaAllowed(IsHostMetaAllowedRequest) returns (IsHostMetaAllowedResponse) {}
}

// GetHostIDRequest gets the local host twin's ID
Expand Down

0 comments on commit ddeb6bf

Please sign in to comment.