gitea/routers/api/v1/swagger
Scion bb0c84e8c3
Fix the response format for actions/workflows. (#35009)
This PR fixes the response format for the OpenAPI Spec of
`ActionsListRepositoryWorkflows`.
It was specified in the OpenAPI spec as returning a `[]*ActionWorkflow`,
but it actually should return a `api.ActionWorkflowResponse`.

The test already expects an `api.ActionWorkflowResponse` like expected.
2025-07-09 22:32:02 +08:00
..
action.go Fix the response format for actions/workflows. (#35009) 2025-07-09 22:32:02 +08:00
activity.go
activitypub.go
app.go
cron.go
issue.go
key.go
misc.go
nodeinfo.go
notify.go
options.go Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
org.go
package.go
repo.go Refactor repo contents API and add "contents-ext" API (#34822) 2025-06-25 02:34:21 +00:00
settings.go
user.go