Skip to content

Commit c0217cb

Browse files
authored
address Acrolinx issue, adjust list format
1 parent 710c6ca commit c0217cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/blockchain/workbench/use-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Content-Type: "application/json"
9393

9494
## Assign roles to users
9595

96-
Use the [Applications role assignments POST API](https://docs.microsoft.com/rest/api/azure-blockchain-workbench/applications/roleassignmentspost) by passing the application ID, user ID, and application role id to create a user-to-role mapping in the specified blockchain application. This method can only be performed by users who are Workbench administrators.
96+
Use the [Applications role assignments POST API](https://docs.microsoft.com/rest/api/azure-blockchain-workbench/applications/roleassignmentspost) by passing the application ID, user ID, and application role ID to create a user-to-role mapping in the specified blockchain application. This method can only be performed by users who are Workbench administrators.
9797

9898
### Role assignments POST request
9999

@@ -129,8 +129,8 @@ HTTP/1.1 200
129129

130130
Use the [Applications GET API](https://docs.microsoft.com/rest/api/azure-blockchain-workbench/applications/applicationsget) to retrieve all Blockchain Workbench applications for the user. In this example, the signed-in user has access to two applications:
131131

132-
1. [Asset transfer](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/asset-transfer/readme.md)
133-
2. [Refrigerated transportation](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/refrigerated-transportation/readme.md)
132+
- [Asset transfer](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/asset-transfer/readme.md)
133+
- [Refrigerated transportation](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/refrigerated-transportation/readme.md)
134134

135135
### Applications GET request
136136

@@ -472,4 +472,4 @@ Content-type: application/json
472472

473473
## Next steps
474474

475-
For reference information on Blockchain Workbench APIs, see the [Azure Blockchain Workbench REST API reference](https://docs.microsoft.com/rest/api/azure-blockchain-workbench).
475+
For reference information on Blockchain Workbench APIs, see the [Azure Blockchain Workbench REST API reference](https://docs.microsoft.com/rest/api/azure-blockchain-workbench).

0 commit comments

Comments
 (0)