Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Sep 2, 2024
1 parent 0a297d5 commit fcded42
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/src/main/resources/templates/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,19 @@ <h4>Request Sample</h4>
<p>Request URI: <code>DELETE /cancel/15179fee-618d-4356-8114-cfd8f146e273</code></p>

<h3 id="buildreport">
Create a print job and download its report<a class="headerlink" href="#buildreport" title="Permalink to this headline"></a>
Create a print job and download its report<a
class="headerlink"
href="#buildreport"
title="Permalink to this headline"
></a
>
</h3>
<p>Triggers the creation of a print job, then download the report. Although it seems synchronous from the client perspective, the print job might be run by a different server in cluster mode. Despite this, it is not the recommended manner to use the print server (as too many requests in parallel will grab all the server resources).</p>
<p>
Triggers the creation of a print job, then download the report. Although it seems synchronous from the
client perspective, the print job might be run by a different server in cluster mode. Despite this, it is
not the recommended manner to use the print server (as too many requests in parallel will grab all the
server resources).
</p>
<h4>URI</h4>
<p>
<code>POST /:appId/buildreport.:format</code>
Expand Down

0 comments on commit fcded42

Please sign in to comment.