docs: rename swagger to openapi (#5263)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Marko
2020-08-21 11:40:28 +02:00
committed by GitHub
parent b7f6e47a42
commit 9b4f1a8081
7 changed files with 1479 additions and 1794 deletions

View File

@@ -309,7 +309,7 @@ includes its continuous integration status using a badge in the `README.md`.
### RPC Testing
If you contribute to the RPC endpoints it's important to document your changes in the [Swagger file](./rpc/swagger/swagger.yaml)
If you contribute to the RPC endpoints it's important to document your changes in the [Openapi file](./rpc/openapi/openapi.yaml)
To test your changes you should install `nodejs` and run:
```bash