Skip to content

Commit

Permalink
Update JSON code block format in api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Dec 21, 2023
1 parent 3a75f8f commit 182987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ const credentials = await fetch(apiUrl + '/credentials/list', {

If successful, the `/credentials/list` endpoint will return an array of `.json` objects where each object represents a [registered credential](concepts.md#credential):

```jsonc
```json
[
{
"descriptor": {
Expand Down

0 comments on commit 182987c

Please sign in to comment.