Skip to content

Commit

Permalink
Update account.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan <[email protected]>
  • Loading branch information
tphoney and dylanratcliffe authored Oct 8, 2024
1 parent 168b9b2 commit 5121a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ message SubmitSourceHeartbeatRequest {
// Whether the source is managed, or local
SourceManaged managed = 7;
// The scopes that this source can discover
repeated string availableScopes = 8;
reserved 8;
repeated string availableScopes = 9;
// AdapterMetadata is a map of metadata that the source can send to the API
repeated AdapterMetadata adapterMetadata = 9;
}
Expand Down

0 comments on commit 5121a06

Please sign in to comment.