forgejo/routers/api/v1/repo
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 
2024-01-21 23:56:15 +01:00
..
action.go
avatar.go
blob.go
branch.go Add branch protection setting for ignoring stale approvals () 2024-01-15 07:20:01 +00:00
collaborators.go Move more functions to db.Find () 2024-01-15 02:19:25 +00:00
commits.go
file.go [GITEA] Fix API inconsistencies 2024-01-19 01:19:01 +01:00
flags.go [FEAT] API support for repository flags 2024-01-15 16:51:45 +00:00
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go [FEAT] allow setting the update date on issues and comments 2024-01-15 14:48:04 +00:00
issue_attachment.go [FEAT] allow setting the update date on issues and comments 2024-01-15 14:48:04 +00:00
issue_comment.go [GITEA] DELETE /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments/{comment} 2024-01-18 09:30:47 +00:00
issue_comment_attachment.go [GITEA] API commentAssignment() to verify the id belongs 2024-01-15 16:51:46 +00:00
issue_dependency.go
issue_label.go [FEAT] allow setting the update date on issues and comments 2024-01-15 14:48:04 +00:00
issue_pin.go
issue_reaction.go [GITEA] API commentAssignment() to verify the id belongs 2024-01-15 16:51:46 +00:00
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go
patch.go
pull.go Move more functions to db.Find () 2024-01-15 02:19:25 +00:00
pull_review.go [GITEA] POST /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments (squash) do not implicitly create a review 2024-01-18 11:09:05 +00:00
release.go Move more functions to db.Find () 2024-01-15 02:19:25 +00:00
release_attachment.go
release_tags.go
repo.go Revert "Fix schedule tasks bugs ()" 2024-01-18 16:09:06 +00:00
repo_test.go
runners.go
star.go
status.go
subscriber.go
tag.go [GITEA] Document correct status code for creating Tag 2024-01-21 23:56:15 +01:00
teams.go
topic.go
transfer.go
tree.go
wiki.go