mirror of
https://github.com/go-gitea/gitea
synced 2024-12-25 01:54:26 +00:00
Fix template
This commit is contained in:
parent
1ba5701536
commit
4d9a231912
73
templates/swagger/v1_json.tmpl
generated
73
templates/swagger/v1_json.tmpl
generated
@ -21,7 +21,7 @@
|
||||
},
|
||||
"version": "{{AppVer | JSEscape | Safe}}"
|
||||
},
|
||||
"basePath": "{{AppSubUrl | JSEscape | Safe}}/api/v1",
|
||||
"basePath": "/api/v1",
|
||||
"paths": {
|
||||
"/activitypub/user-id/{user-id}": {
|
||||
"get": {
|
||||
@ -21630,68 +21630,6 @@
|
||||
},
|
||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||
},
|
||||
"Task": {
|
||||
"description": "Task represents a task",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"x-go-name": "Id"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"x-go-name": "Name"
|
||||
},
|
||||
"head_branch": {
|
||||
"type": "string",
|
||||
"x-go-name": "HeadBranch"
|
||||
},
|
||||
"head_sha": {
|
||||
"type": "string",
|
||||
"x-go-name": "HeadSha"
|
||||
},
|
||||
"run_number": {
|
||||
"type": "integer",
|
||||
"x-go-name": "RunNumber"
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"x-go-name": "Event"
|
||||
},
|
||||
"display_title": {
|
||||
"type": "string",
|
||||
"x-go-name": "DisplayTitle"
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"x-go-name": "Status"
|
||||
},
|
||||
"workflow_id": {
|
||||
"type": "string",
|
||||
"x-go-name": "WorkflowID"
|
||||
},
|
||||
"url": {
|
||||
"type": "string",
|
||||
"x-go-name": "Url"
|
||||
},
|
||||
"created_at":{
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"x-go-name":"CreatedAt"
|
||||
},
|
||||
"updated_at":{
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"x-go-name":"UpdatedAt"
|
||||
},
|
||||
"run_started_at":{
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"x-go-name":"RunStartedAt"
|
||||
}
|
||||
},
|
||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||
},
|
||||
"Tag": {
|
||||
"description": "Tag represents a repository tag",
|
||||
"type": "object",
|
||||
@ -23240,15 +23178,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"TasksList": {
|
||||
"description": "TasksList",
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Task"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
"description": "Tag",
|
||||
"schema": {
|
||||
|
Loading…
Reference in New Issue
Block a user