From 976e463f5c17f9ae702f69149373042d404f8f4d Mon Sep 17 00:00:00 2001 From: b1ek Date: Wed, 21 Aug 2024 12:52:58 +1000 Subject: [PATCH] fix: typo --- web/openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/openapi.yml b/web/openapi.yml index 0738d0c..57bd44a 100644 --- a/web/openapi.yml +++ b/web/openapi.yml @@ -40,7 +40,7 @@ paths: description: |- This route will get all parameters. - To get the image itself, use /api/ + To get the image itself, use `/api/image?sha256=SHA256HASH` responses: 200: description: OK