Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ TODO: Pre-compiled release binaries.

## API

AWDB's API is documented with the OpenAPI specification [here](api/openapi-spec/awdb.yml). You can browse the documentation online [here](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/RightMesh/awdb/api/openapi-spec/awdb.yml).
AWDB's API is documented with the OpenAPI specification [here](api/openapi-spec/awdb.yml). You can browse the documentation online [here](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/RightMesh/awdb/master/api/openapi-spec/awdb.yml).
4 changes: 2 additions & 2 deletions api/openapi-spec/awdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ paths:
500:
description: Error encoding JSON.
content:
application/json:
text/plain:
schema:
type: string
description: Error message from Go.
502:
description: Error communicating with ADB.
content:
application/json:
text/plain:
schema:
type: string
description: Error message from Go.
Expand Down