1
0
Fork 0

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
This commit is contained in:
Cyborus 2024-03-20 13:41:00 -04:00
parent 9e3279e7ed
commit 1486471186
No known key found for this signature in database

View file

@ -12885,7 +12885,7 @@
} }
], ],
"responses": { "responses": {
"200": { "201": {
"$ref": "#/responses/Tag" "$ref": "#/responses/Tag"
}, },
"404": { "404": {