Skip to content

Commit

Permalink
Merge pull request #327 from diadoc/DDCORE-8825-add-root-issuer-to-po…
Browse files Browse the repository at this point in the history
…a-api

DDCORE-8825 added root issuer to poa api proto
  • Loading branch information
majorro authored Jan 9, 2025
2 parents d99a0f6 + ffaa849 commit 2a9eb7a
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 10 deletions.
5 changes: 3 additions & 2 deletions proto/PowersOfAttorney/PowerOfAttorney.proto
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ enum PowerOfAttorneySendingType {
}

message PowerOfAttorneyDelegationInfo {
required string RootRegistrationNumber = 1;
optional string ParentRegistrationNumber = 2;
required string RootRegistrationNumber = 1;
optional string ParentRegistrationNumber = 2;
repeated PowerOfAttorneyIssuer RootIssuers = 3;
}

message PowerOfAttorneyContent {
Expand Down
Loading

0 comments on commit 2a9eb7a

Please sign in to comment.