Skip to content

Commit

Permalink
GitHub build 1908
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 8, 2024
1 parent bf35f2e commit 782f5da
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 @@ -3449,7 +3449,7 @@ <h1>addComputeAction</h1>
<p class="marked"></p>
<p></p>
<br />
<pre class="prettyprint language-html prettyprinted" data-type="get"><code><span class="pln">/simulation/{simid}/compoundJobs/{compound_job_name}/addComputeAction</span></code></pre>
<pre class="prettyprint language-html prettyprinted" data-type="post"><code><span class="pln">/simulation/{simid}/compoundJobs/{compound_job_name}/addComputeAction</span></code></pre>
<p>
<h3>Usage and SDK Samples</h3>
</p>
Expand All @@ -3469,7 +3469,7 @@ <h3>Usage and SDK Samples</h3>

<div class="tab-content">
<div class="tab-pane active" id="examples-WRENCH-addComputeAction-0-curl">
<pre class="prettyprint"><code class="language-bsh">curl -X GET\
<pre class="prettyprint"><code class="language-bsh">curl -X POST\
-H "Accept: application/json"\
-H "Content-Type: application/json"\
"https://wrench-project.org/v1/simulation/{simid}/compoundJobs/{compound_job_name}/addComputeAction"</code></pre>
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 @@ -3449,7 +3449,7 @@ <h1>addComputeAction</h1>
<p class="marked"></p>
<p></p>
<br />
<pre class="prettyprint language-html prettyprinted" data-type="get"><code><span class="pln">/simulation/{simid}/compoundJobs/{compound_job_name}/addComputeAction</span></code></pre>
<pre class="prettyprint language-html prettyprinted" data-type="post"><code><span class="pln">/simulation/{simid}/compoundJobs/{compound_job_name}/addComputeAction</span></code></pre>
<p>
<h3>Usage and SDK Samples</h3>
</p>
Expand All @@ -3469,7 +3469,7 @@ <h3>Usage and SDK Samples</h3>

<div class="tab-content">
<div class="tab-pane active" id="examples-WRENCH-addComputeAction-0-curl">
<pre class="prettyprint"><code class="language-bsh">curl -X GET\
<pre class="prettyprint"><code class="language-bsh">curl -X POST\
-H "Accept: application/json"\
-H "Content-Type: application/json"\
"https://wrench-project.org/v1/simulation/{simid}/compoundJobs/{compound_job_name}/addComputeAction"</code></pre>
Expand Down

0 comments on commit 782f5da

Please sign in to comment.