diff --git a/openapi.yaml b/openapi.yaml index df28df4..a2fde6d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -110,6 +110,8 @@ paths: description: Internal error — database failure '405': description: Method not allowed — only POST is supported + + /api/whitelist/temp/list: get: summary: List temporary whitelisted IPs description: List all currently active temporary whitelisted IPs. @@ -213,7 +215,7 @@ paths: example: "ip already exists" '500': description: Internal error - + /api/whitelist/perm/list: get: summary: List permanent whitelisted IPs