Skip to content

Commit

Permalink
Add reference to Swagger online editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Mar 20, 2024
1 parent 53e966f commit bf5f639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The WebLogin server needs to implement two API endpoints and a user interface: t

Authentication to the API is managed via a Bearer token.

The full API specification is available as an [OpenAPI file](weblogin-api.yml).
The full API specification is available as an [OpenAPI file](weblogin-api.yml) which can be viewed using Swagger's [Online editor](https://editor-next.swagger.io/)

### Request start endpoint
To initiate a request, send a request to the `/start` endpoint with a json body. The json object should have three members:
Expand Down

0 comments on commit bf5f639

Please sign in to comment.