You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/webserver/web/static/apidocumentation/openapi.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1391,6 +1391,17 @@
1391
1391
"type": "string"
1392
1392
}
1393
1393
},
1394
+
{
1395
+
"name": "notes",
1396
+
"in": "header",
1397
+
"description": "The public notes for the request. If the notes includes non-ANSI characters, you can encode them with base64, by adding 'base64:' at the beginning, e.g. 'base64:ZmlsZW5hbWU='",
1398
+
"required": false,
1399
+
"style": "simple",
1400
+
"explode": false,
1401
+
"schema": {
1402
+
"type": "string"
1403
+
}
1404
+
},
1394
1405
{
1395
1406
"name": "expiry",
1396
1407
"in": "header",
@@ -1936,7 +1947,7 @@
1936
1947
"id": {
1937
1948
"type": "string",
1938
1949
"description": "The internal ID of the file request",
1939
-
"example": "137"
1950
+
"example": "caep3Ooquu6phoo"
1940
1951
},
1941
1952
"userid": {
1942
1953
"type": "integer",
@@ -1973,6 +1984,11 @@
1973
1984
"description": "The given name for the file request",
1974
1985
"example": "Book list entries"
1975
1986
},
1987
+
"notes": {
1988
+
"type": "string",
1989
+
"description": "The public notes for the file request",
1990
+
"example": "Please make sure to upload revision 1 files"
1991
+
},
1976
1992
"apikey": {
1977
1993
"type": "string",
1978
1994
"description": "The API key that is used for uploading files for this request",
0 commit comments