This commit is contained in:
@@ -67,6 +67,10 @@ func init() {
|
||||
"in": "body",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"worksheet-name",
|
||||
"out-filename"
|
||||
],
|
||||
"properties": {
|
||||
"infile": {
|
||||
"description": "Name of the json input file to utilise",
|
||||
@@ -99,7 +103,7 @@ func init() {
|
||||
"additionalProperties": false
|
||||
},
|
||||
"examples": {
|
||||
"export-excel": "JVBERi0xLjUKJdDUxdgKNSAwIG9iago8PAov=="
|
||||
"export-excel": "{\"export-excel\": \"JVBERi0xLjUKJdDUxdgKNSAwIG9iago8PAov==\"}"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
@@ -258,7 +262,7 @@ func init() {
|
||||
"$ref": "#/definitions/postOKBody"
|
||||
},
|
||||
"examples": {
|
||||
"export-excel": "JVBERi0xLjUKJdDUxdgKNSAwIG9iago8PAov=="
|
||||
"export-excel": "{\"export-excel\": \"JVBERi0xLjUKJdDUxdgKNSAwIG9iago8PAov==\"}"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
@@ -367,6 +371,10 @@ func init() {
|
||||
},
|
||||
"postParamsBody": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"worksheet-name",
|
||||
"out-filename"
|
||||
],
|
||||
"properties": {
|
||||
"infile": {
|
||||
"description": "Name of the json input file to utilise",
|
||||
|
Reference in New Issue
Block a user