Skip to content

Commit 9f2435d

Browse files
committed
improve descriptions in api docs
1 parent 960279f commit 9f2435d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

paasta_tools/api/api_docs/swagger.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
},
886886
{
887887
"in": "body",
888-
"description": "Username",
888+
"description": "Job bootstrap settings",
889889
"name": "json_body",
890890
"required": true,
891891
"schema": {
@@ -933,7 +933,7 @@
933933
},
934934
{
935935
"in": "body",
936-
"description": "Username",
936+
"description": "Details about the job to be stopped",
937937
"name": "json_body",
938938
"required": true,
939939
"schema": {
@@ -981,7 +981,7 @@
981981
},
982982
{
983983
"in": "query",
984-
"description": "Job name",
984+
"description": "Kubernetes job name (returned from the /start endpoint)",
985985
"name": "job_name",
986986
"required": true,
987987
"type": "string"
@@ -1027,7 +1027,7 @@
10271027
},
10281028
{
10291029
"in": "query",
1030-
"description": "Username",
1030+
"description": "User requesting the token",
10311031
"name": "user",
10321032
"required": true,
10331033
"type": "string"

0 commit comments

Comments
 (0)