From b5351ab0858601b5f8f0d5f329a88cf77c00757b Mon Sep 17 00:00:00 2001 From: tracer Date: Sun, 20 Feb 2022 14:45:58 +0100 Subject: [PATCH] changed order of images Signed-off-by: tracer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eac1cd..b2d26e2 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ The APi is a RESTful API, there is a self explaining Swagger/OpenAPI available. On the site you can authorize with an API key (creation of the key is described later in this document). - ![Authorize](https://bindapi.24unix.net/assets/bindAPI_api2.png) + ![Enter Apikey](https://bindapi.24unix.net/assets/bindAPI_api3.png) After successful authorization you can use the APi via the OpenAPI Interface, e.g. call the /ping endpoint to check if the API is alive.