forgejo/templates
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
..
admin [GITEA] add option for banning dots in usernames 2024-01-15 16:11:57 +00:00
api/packages/pypi
base [GITEA] Improve HTML title on repositories 2024-01-15 16:11:57 +00:00
code
custom [FEAT] Repository flags 2024-01-15 16:51:45 +00:00
devtest
explore
mail [GITEA] notifies admins on new user registration 2024-01-15 16:11:57 +00:00
org Fix button size in "attached header right" (#28770) 2024-01-12 14:43:40 +00:00
package [GITEA] fix indentation in Maven package install instructions 2024-01-15 16:11:57 +00:00
projects
repo [GITEA] Include a branch link in the recently pushed banner 2024-01-15 16:51:45 +00:00
shared
status [GITEA] Improve 404 screen on mobile 2024-01-15 16:51:45 +00:00
swagger [GITEA] Document correct status code for creating Tag 2024-01-21 23:56:15 +01:00
user [GITEA] Allow changing the email address before activation 2024-01-15 16:47:16 +00:00
webhook
home.tmpl
install.tmpl
post-install.tmpl