Skip to content

Commit

Permalink
CORE-20543: Update ChangeUserParentGroupIdRequest to use loginName (#…
Browse files Browse the repository at this point in the history
…1677)

* CORE-20543: Update ChangeUserParentGroupIdRequest to use loginName

* Increase corda-api version
  • Loading branch information
BenYip123 authored Jul 25, 2024
1 parent bd85252 commit 513cf2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"namespace": "net.corda.data.permissions.management.user",
"fields": [
{
"name": "userId",
"name": "loginName",
"type": "string"
},
{
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.3.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 15
cordaApiRevision = 16

# Main
kotlin.stdlib.default.dependency = false
Expand Down

0 comments on commit 513cf2a

Please sign in to comment.