Skip to content

Commit

Permalink
GitHub build 1822
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 17, 2024
1 parent 7fddfab commit 3ba1335
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified 2.3-dev/.doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions 2.3-dev/restapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@ <h1>addFile</h1>
<p class="marked"></p>
<p></p>
<br />
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/simulation/{simid}/{workflow_name{/addFile</span></code></pre>
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/simulation/{simid}/{workflow_name}/addFile</span></code></pre>
<p>
<h3>Usage and SDK Samples</h3>
</p>
Expand All @@ -2727,7 +2727,7 @@ <h3>Usage and SDK Samples</h3>
<pre class="prettyprint"><code class="language-bsh">curl -X PUT\
-H "Accept: application/json"\
-H "Content-Type: application/json"\
"https://wrench-project.org/v1/simulation/{simid}/{workflow_name{/addFile"</code></pre>
"https://wrench-project.org/v1/simulation/{simid}/{workflow_name}/addFile"</code></pre>
</div>
<div class="tab-pane" id="examples-WRENCH-addFile-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
Expand Down
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions latest/restapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@ <h1>addFile</h1>
<p class="marked"></p>
<p></p>
<br />
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/simulation/{simid}/{workflow_name{/addFile</span></code></pre>
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/simulation/{simid}/{workflow_name}/addFile</span></code></pre>
<p>
<h3>Usage and SDK Samples</h3>
</p>
Expand All @@ -2727,7 +2727,7 @@ <h3>Usage and SDK Samples</h3>
<pre class="prettyprint"><code class="language-bsh">curl -X PUT\
-H "Accept: application/json"\
-H "Content-Type: application/json"\
"https://wrench-project.org/v1/simulation/{simid}/{workflow_name{/addFile"</code></pre>
"https://wrench-project.org/v1/simulation/{simid}/{workflow_name}/addFile"</code></pre>
</div>
<div class="tab-pane" id="examples-WRENCH-addFile-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
Expand Down

0 comments on commit 3ba1335

Please sign in to comment.