forgejo/routers/api/v1
Gusted a2939116f5
[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
2024-01-21 23:56:15 +01:00
..
activitypub
admin [GITEA] Fix API inconsistencies 2024-01-19 01:19:01 +01:00
misc
notify
org
packages
repo [GITEA] Document correct status code for creating Tag 2024-01-21 23:56:15 +01:00
settings
shared
swagger
user [GITEA] Adjust name of operation 2024-01-20 22:33:36 +01:00
utils
api.go