functionbuilder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nathan Coad
2023-02-10 16:09:47 +11:00
parent 28e7716f18
commit be85034466
3 changed files with 50 additions and 7 deletions

View File

@@ -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",