Skip to content

Commit

Permalink
Use user ID instead of user id
Browse files Browse the repository at this point in the history
  • Loading branch information
realvictorprm committed Jan 19, 2022
1 parent c767dd7 commit ada5bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/json-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ Get Authenticated User Information

This endpoint exposes the Ledger API's :ref:`GetUserRequest <com.daml.ledger.api.v1.admin.user_management_service.GetUserRequest>`.

The user id will always be filled out with the user specified via the currently used user token.
The user ID will always be filled out with the user specified via the currently used user token.

HTTP Request
============
Expand Down Expand Up @@ -1548,7 +1548,7 @@ List Authenticated User Rights

This endpoint exposes the Ledger API's :ref:`ListUserRightsRequest <com.daml.ledger.api.v1.admin.user_management_service.ListUserRightsRequest>`.

The user id will always be filled out with the user specified via the currently used user token.
The user ID will always be filled out with the user specified via the currently used user token.

HTTP Request
============
Expand Down

0 comments on commit ada5bd0

Please sign in to comment.