diff --git a/.gitignore b/.gitignore index fee098730a..86908d7504 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ # Or these folders... !.github +!*.png !.github/ISSUE_TEMPLATE !.github/ISSUE_TEMPLATE/*.yaml !.github/workflows diff --git a/README.md b/README.md index c77f80164a..a0e99c43cc 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,8 @@ Once the Docker container is running, you can access the API endpoints: The API documentation can be accessed via the Swagger UI. Use the Swagger UI to explore available endpoints, test different requests, and understand the API functionalities. +![Swagger UI](SwaggerUI.png) + #### API Endpoints `GET /bin_collection/{council}` diff --git a/SwaggerUI.png b/SwaggerUI.png new file mode 100644 index 0000000000..d9a78d88e8 Binary files /dev/null and b/SwaggerUI.png differ