summaryrefslogtreecommitdiffstats
path: root/swagger.v1.json
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-10-23 20:12:32 +0200
committerCyborus <cyborus@cyborus.xyz>2024-10-23 20:12:32 +0200
commite1b7c588c06fe086e160a6eb72982541469fe154 (patch)
tree76c04c228858630daaa2ec3fbf4f450c41ca82bb /swagger.v1.json
parentfeat: support optional formData parameters (diff)
downloadforgejo-api-e1b7c588c06fe086e160a6eb72982541469fe154.tar.xz
forgejo-api-e1b7c588c06fe086e160a6eb72982541469fe154.zip
fix: add missing `"format": "url"` fields
Diffstat (limited to 'swagger.v1.json')
-rw-r--r--swagger.v1.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/swagger.v1.json b/swagger.v1.json
index ccb25be..810ab11 100644
--- a/swagger.v1.json
+++ b/swagger.v1.json
@@ -20285,6 +20285,7 @@
"browser_download_url": {
"description": "(Can only be set if existing attachment is of external type)",
"type": "string",
+ "format": "url",
"x-go-name": "DownloadURL"
},
"name": {
@@ -23418,6 +23419,7 @@
},
"html_url": {
"type": "string",
+ "format": "url",
"x-go-name": "HTMLURL"
},
"id": {
@@ -23450,6 +23452,7 @@
},
"pull_request_url": {
"type": "string",
+ "format": "url",
"x-go-name": "HTMLPullURL"
},
"resolver": {
@@ -23616,6 +23619,7 @@
"html_url": {
"description": "HTML URL to the action run containing the artifact",
"type": "string",
+ "format": "url",
"x-go-name": "HTMLURL"
},
"name": {
@@ -23647,6 +23651,7 @@
"api_url": {
"description": "API URL for the attachment",
"type": "string",
+ "format": "url",
"x-go-name": "APIURL"
},
"contained_in": {
@@ -23656,11 +23661,13 @@
"api_url": {
"description": "API URL for the object that contains this attachment",
"type": "string",
+ "format": "url",
"x-go-name": "APIURL"
},
"html_url": {
"description": "HTML URL for the object that contains this attachment",
"type": "string",
+ "format": "url",
"x-go-name": "HTMLURL"
}
},
@@ -23695,6 +23702,7 @@
"html_url": {
"description": "HTML URL to the package version",
"type": "string",
+ "format": "url",
"x-go-name": "HTMLURL"
},
"name": {