forgejo/routers/api
Gusted 22cff41585
[GITEA] Document correct status code for creating Tag
- When there's a succesful POST operation, it should return a 201 status
code (which is the status code for succesful created) and additionally
the created object.
- Currently for the `POST /repos/{owner}/{repo}/tags` endpoint an 200
status code was documented in the OpenAPI specification, while an 201
status code was actually being returned. In this case the code is
correct and the documented status code needs to be adjusted.
- Resolves #2200

(cherry picked from commit a2939116f5)
2024-01-22 18:13:43 +00:00
..
actions Fix uploaded artifacts should be overwritten (#28726) 2024-01-17 11:21:16 +08:00
forgejo/v1 [CLEANUP] Reuse ForgejoVersion variable 2024-01-22 13:41:21 +00:00
packages [GITEA] Drop sha256-simd in favor of stdlib 2024-01-22 18:13:40 +00:00
v1 [GITEA] Document correct status code for creating Tag 2024-01-22 18:13:43 +00:00