diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-08-04 18:08:11 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-08-04 18:08:11 +0200 |
commit | c4220b67e2d19341d5786b1e6c0bccb48c93ccea (patch) | |
tree | 5d97f10e39d232832556c2633013713043fce494 | |
parent | fix: `WikiPage{MetaData}`'s `sub_url` field isn't a url (diff) | |
download | forgejo-api-c4220b67e2d19341d5786b1e6c0bccb48c93ccea.tar.xz forgejo-api-c4220b67e2d19341d5786b1e6c0bccb48c93ccea.zip |
fix: add url format to new definitions
-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": { |