faas/api-docs
Niklas Lochschmidt 2b92ee6e7b Fix api docs for logging endpoint
- Corrects indentation for the /system/logs endpoint (summary,...)
- Fixes schema validation for LogEntry

Signed-off-by: Niklas Lochschmidt <nlochschmidt@gmail.com>
2019-08-21 09:17:59 +01:00
..
2019-08-21 09:17:59 +01:00

Exploring or editing the Swagger API documentation

The swagger.yml file can be viewed and edited in the Swagger UI.

  • Head over to the Swagger editor

  • Now click File -> Import URL

  • Type in https://raw.githubusercontent.com/openfaas/faas/master/api-docs/swagger.yml and click OK

You can now view and edit the Swagger, copy back to your fork before pushing changes.