Skip to content

Commit

Permalink
Deployed 0054a8d with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent e8d3f08 commit dd75aca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3936,10 +3936,10 @@ <h1>API</h1>
<p>There is a GraphQL API which allows to do things automatically. GraphQL is also self-documenting.</p>
<p>Stash has integrated playground where you run interact with the API and view the documentation. </p>
<ol>
<li>Go to <code>http(s)://IP:PORT/playground</code> (default is <code>http://localhost:9999/playground</code>). </li>
<li>Go to <code>&lt;server&gt;:&lt;port&gt;/playground</code> (default is <code>http://localhost:9999/playground</code>). </li>
<li>Expand <strong>Docs</strong> on the right to open Documentation Explorer.</li>
</ol>
<p>All HTTP requests have to go to <code>http(s)://IP:PORT/graphql</code> (default is <code>http://localhost:9999/graphql</code>).</p>
<p>All HTTP requests have to go to <code>&lt;server&gt;:&lt;port&gt;/graphql</code> (default is <code>http://localhost:9999/graphql</code>).</p>
<h2 id="authentication">Authentication<a class="headerlink" href="#authentication" title="Permanent link">&para;</a></h2>
<p>You just need to add the key you generated in Stash (for more info about the API Key check stash's help section) in a header for every request you make.</p>
<div class="tabbed-set tabbed-alternate" data-tabs="1:1"><input checked="checked" id="example-using-curl" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="example-using-curl">Example using curl</label></div>
Expand Down Expand Up @@ -4105,7 +4105,7 @@ <h2 id="get-system-status">Get system status<a class="headerlink" href="#get-sys
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 14, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 23, 2024</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit dd75aca

Please sign in to comment.