Skip to content

Commit

Permalink
docs: fix misformatted API docs.
Browse files Browse the repository at this point in the history
This was causing strange red formatted text to be shown in the API
docs when viewing on GitHub
  • Loading branch information
JohnVillalovos committed Jul 11, 2024
1 parent 1af1bcc commit 0143cf3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,6 @@ _This service is secure and requires authentication_
__Response:__

```json
And get your pretty indented JSON right here

{
"referenceNumber": "referenceNumber",
"isPendingApproval": true,
Expand Down Expand Up @@ -1688,7 +1686,8 @@ __Response:__
],
"links": [],
"message": null
}```
}
```


#### GetGroups
Expand Down Expand Up @@ -1777,7 +1776,8 @@ __Response:__
],
"links": [],
"message": null
}```
}
```


#### GetResource
Expand Down Expand Up @@ -1835,7 +1835,8 @@ __Response:__
"maxConcurrentReservations": 1,
"links": [],
"message": null
}```
}
```


GetAvailability
Expand Down

0 comments on commit 0143cf3

Please sign in to comment.