Skip to content

Commit

Permalink
docs: clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Losoponkul <[email protected]>
  • Loading branch information
Pat Losoponkul committed Nov 20, 2023
1 parent 3b34172 commit 8b24d18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus/multitenancy/tenant-onboarding-ext-iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ try listing the DIDs in the wallet using RPT in the `Authorization` header.

```bash
curl --location --request GET 'http://localhost:8080/prism-agent/did-registrar/dids' \
-H "Authorization: Bearer eyJhbGciOi...e7H6W8RUvA" \
-H 'Authorization: Bearer eyJhbGciOi...e7H6W8RUvA' \
-H 'Accept: application/json'
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Listing wallets on it should return empty results.
```bash
curl -X 'GET' \
'http://localhost:8080/prism-agent/wallets' \
-H "Authorization: Bearer eyJhbGciOi...7ocDHofUDQ" \
-H 'Authorization: Bearer eyJhbGciOi...7ocDHofUDQ' \
-H 'Accept: application/json'
```

Expand Down Expand Up @@ -132,8 +132,8 @@ If the user already have the wallet associated, the wallet creation will fail as
```bash
curl -X 'POST' \
'http://localhost:8080/prism-agent/wallets' \
-H "Authorization: Bearer eyJhbGciOi...7ocDHofUDQ" \
-H 'Accept: application/json'
-H 'Authorization: Bearer eyJhbGciOi...7ocDHofUDQ' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"seed": "c9994785ce6d548134020f610b76102ca1075d3bb672a75ec8c9a27a7b8607e3b9b384e43b77bb08f8d5159651ae38b98573f7ecc79f2d7e1f1cc371ce60cf8a",
Expand Down Expand Up @@ -162,7 +162,7 @@ try listing the DIDs in the wallet using RPT in the `Authorization` header.

```bash
curl --location --request GET 'http://localhost:8080/prism-agent/did-registrar/dids' \
-H "Authorization: Bearer eyJhbGciOi...7ocDHofUDQ" \
-H 'Authorization: Bearer eyJhbGciOi...7ocDHofUDQ' \
-H 'Accept: application/json'
```

Expand Down

0 comments on commit 8b24d18

Please sign in to comment.