diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-08-04 17:49:38 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-08-04 17:49:38 +0200 |
commit | d707f98ec4167e462ca749942e0c5afdd039326d (patch) | |
tree | 121e7fad47260962cc2c98712b465788c1015d04 | |
parent | refactor!: use `format` field instead of names for special parsing (diff) | |
download | forgejo-api-d707f98ec4167e462ca749942e0c5afdd039326d.tar.xz forgejo-api-d707f98ec4167e462ca749942e0c5afdd039326d.zip |
fix: `WikiPage{MetaData}`'s `sub_url` field isn't a url
-rw-r--r-- | swagger.v1.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/swagger.v1.json b/swagger.v1.json index 18c780a..0ad38a8 100644 --- a/swagger.v1.json +++ b/swagger.v1.json @@ -23945,7 +23945,6 @@ }, "sub_url": { "type": "string", - "format": "url", "x-go-name": "SubURL" }, "title": { @@ -23969,7 +23968,6 @@ }, "sub_url": { "type": "string", - "format": "url", "x-go-name": "SubURL" }, "title": { |