-
Notifications
You must be signed in to change notification settings - Fork 518
API Docs
Alex Reichert edited this page Sep 21, 2020
·
2 revisions
To see the latest updates to our Swagger API docs, visit https://app.papercups.io/api/swagger/index.html
Documentation for the API is available via Swagger/OpenAPI. The best way to access them at the moment is to run the following in your dev environment:
mix phx.swagger.generate
This will generate a file which can be found at priv/static/swagger.json
.
Once this is generated, you can view the Swagger UI at http://localhost:4000/api/swagger/index.html