File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
paasta_tools/api/api_docs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 885
885
},
886
886
{
887
887
"in" : " body" ,
888
- "description" : " Username " ,
888
+ "description" : " Job bootstrap settings " ,
889
889
"name" : " json_body" ,
890
890
"required" : true ,
891
891
"schema" : {
933
933
},
934
934
{
935
935
"in" : " body" ,
936
- "description" : " Username " ,
936
+ "description" : " Details about the job to be stopped " ,
937
937
"name" : " json_body" ,
938
938
"required" : true ,
939
939
"schema" : {
981
981
},
982
982
{
983
983
"in" : " query" ,
984
- "description" : " Job name" ,
984
+ "description" : " Kubernetes job name (returned from the /start endpoint) " ,
985
985
"name" : " job_name" ,
986
986
"required" : true ,
987
987
"type" : " string"
1027
1027
},
1028
1028
{
1029
1029
"in" : " query" ,
1030
- "description" : " Username " ,
1030
+ "description" : " User requesting the token " ,
1031
1031
"name" : " user" ,
1032
1032
"required" : true ,
1033
1033
"type" : " string"
You can’t perform that action at this time.
0 commit comments