Skip to content

Commit

Permalink
GitHub build 1809
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 12, 2024
1 parent ebd4b42 commit 5d690a0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Binary file modified 2.3-dev/.doctrees/environment.pickle
Binary file not shown.
16 changes: 16 additions & 0 deletions 2.3-dev/restapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,10 @@
};
defs["simid_addFile_body"] = {
"properties" : {
"workflow_name" : {
"type" : "string",
"description" : "the name of the workflow"
},
"name" : {
"type" : "string",
"description" : "name of the file"
Expand Down Expand Up @@ -1253,6 +1257,10 @@
"filename" : {
"type" : "string",
"description" : "The file name"
},
"workflow_name" : {
"type" : "string",
"description" : "the name of the workflow"
}
}
};
Expand All @@ -1261,6 +1269,10 @@
"filename" : {
"type" : "string",
"description" : "The file name"
},
"workflow_name" : {
"type" : "string",
"description" : "the name of the workflow"
}
}
};
Expand Down Expand Up @@ -1382,6 +1394,10 @@
};
defs["tid_addOutputFile_body"] = {
"properties" : {
"workflow_name" : {
"type" : "string",
"description" : "the name of the workflow"
},
"file" : {
"type" : "string",
"description" : "The file's ID"
Expand Down
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
16 changes: 16 additions & 0 deletions latest/restapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,10 @@
};
defs["simid_addFile_body"] = {
"properties" : {
"workflow_name" : {
"type" : "string",
"description" : "the name of the workflow"
},
"name" : {
"type" : "string",
"description" : "name of the file"
Expand Down Expand Up @@ -1253,6 +1257,10 @@
"filename" : {
"type" : "string",
"description" : "The file name"
},
"workflow_name" : {
"type" : "string",
"description" : "the name of the workflow"
}
}
};
Expand All @@ -1261,6 +1269,10 @@
"filename" : {
"type" : "string",
"description" : "The file name"
},
"workflow_name" : {
"type" : "string",
"description" : "the name of the workflow"
}
}
};
Expand Down Expand Up @@ -1382,6 +1394,10 @@
};
defs["tid_addOutputFile_body"] = {
"properties" : {
"workflow_name" : {
"type" : "string",
"description" : "the name of the workflow"
},
"file" : {
"type" : "string",
"description" : "The file's ID"
Expand Down

0 comments on commit 5d690a0

Please sign in to comment.