diff options
-rw-r--r-- | swagger.v1.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/swagger.v1.json b/swagger.v1.json index 0ad38a8..4fe69c0 100644 --- a/swagger.v1.json +++ b/swagger.v1.json @@ -17022,6 +17022,7 @@ }, "url": { "type": "string", + "format": "url", "x-go-name": "URL" }, "workflow_id": { @@ -17899,6 +17900,7 @@ }, "target_url": { "type": "string", + "format": "url", "x-go-name": "TargetURL" }, "updated_at": { @@ -22247,6 +22249,7 @@ }, "html_url": { "type": "string", + "format": "url", "x-go-name": "HTMLURL" }, "merged": { @@ -23643,6 +23646,7 @@ "html_url": { "description": "URL to the user's gitea page", "type": "string", + "format": "url", "x-go-name": "HTMLURL" }, "id": { |