From 1486471186cb65b9f791262710e51778df4485d6 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Wed, 20 Mar 2024 13:41:00 -0400 Subject: correct tag creation success status code to `201` Forgejo seems to have already fixed this, but not published it yet. I'll just update it here myself --- swagger.v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger.v1.json b/swagger.v1.json index 88a9f0b..9ae07c0 100644 --- a/swagger.v1.json +++ b/swagger.v1.json @@ -12885,7 +12885,7 @@ } ], "responses": { - "200": { + "201": { "$ref": "#/responses/Tag" }, "404": { -- cgit v1.2.3