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:
parent
9e3279e7ed
commit
1486471186
|
@ -12885,7 +12885,7 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"201": {
|
||||
"$ref": "#/responses/Tag"
|
||||
},
|
||||
"404": {
|
||||
|
|
Loading…
Reference in a new issue