diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-03-20 18:41:00 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-03-20 18:41:00 +0100 |
commit | 1486471186cb65b9f791262710e51778df4485d6 (patch) | |
tree | 445b0f8a7db46cfd09080084aab0d9d17dc40b38 /swagger.v1.json | |
parent | two small `BTreeMap`-related changes (diff) | |
download | forgejo-api-1486471186cb65b9f791262710e51778df4485d6.tar.xz forgejo-api-1486471186cb65b9f791262710e51778df4485d6.zip |
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
Diffstat (limited to 'swagger.v1.json')
-rw-r--r-- | swagger.v1.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |