Skip to content

Commit

Permalink
Bump v3 API docs version 3.181.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-wg-gitbot committed Nov 7, 2024
1 parent 221b9a6 commit ddba772
Show file tree
Hide file tree
Showing 20 changed files with 33,816 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="/version/3.180.0/index.html"/>
<link rel="canonical" href="/version/3.181.0/index.html"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url=/version/3.180.0/index.html" />
<meta http-equiv="refresh" content="0;url=/version/3.181.0/index.html" />
<script>
var hash = location.hash || '';
location = '/version/3.180.0/index.html' + hash;
location = '/version/3.181.0/index.html' + hash;
</script>
</head>
<body>
<h1>Redirecting...</h1>
<a id="redirect-link" href="/version/3.180.0/index.html">Click here if you are not redirected.</a>
<a id="redirect-link" href="/version/3.181.0/index.html">Click here if you are not redirected.</a>
</body>
</html>
Binary file added version/3.181.0/fonts/slate.eot
Binary file not shown.
14 changes: 14 additions & 0 deletions version/3.181.0/fonts/slate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added version/3.181.0/fonts/slate.ttf
Binary file not shown.
Binary file added version/3.181.0/fonts/slate.woff
Binary file not shown.
Binary file added version/3.181.0/fonts/slate.woff2
Binary file not shown.
Binary file added version/3.181.0/images/favicon.ico
Binary file not shown.
Binary file added version/3.181.0/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added version/3.181.0/images/navbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added version/3.181.0/images/start_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added version/3.181.0/images/start_flows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<h3 id="get-assigned-isolation-segment">Get assigned isolation segment</h3>
<div class="highlight"><pre class="highlight plaintext"><code>Example Request
</code></pre></div><div class="highlight"><pre class="highlight shell"><code>curl <span class="s2">"https://api.example.org/v3/spaces/[guid]/relationships/isolation_segment"</span> <span class="se">\</span>
<span class="nt">-X</span> GET <span class="se">\</span>
<span class="nt">-H</span> <span class="s2">"Authorization: bearer [token]"</span>
</code></pre></div><div class="highlight"><pre class="highlight plaintext"><code>Example Response
</code></pre></div><div class="highlight"><pre class="highlight http"><code><span class="k">HTTP</span><span class="o">/</span><span class="m">1.1</span> <span class="m">200</span> <span class="ne">OK</span>
<span class="na">Content-Type</span><span class="p">:</span> <span class="s">application/json</span>

<span class="w">
</span></code></pre></div>
<h4 id="definition">Definition</h4>

<p><code class="prettyprint">GET /v3/spaces/:guid/relationships/isolation_segment</code></p>

<h4 id="permitted-roles">Permitted roles</h4>

<table><thead>
<tr>
<th></th>
</tr>
</thead><tbody>
<tr>
<td>Admin</td>
</tr>
<tr>
<td>Admin Read-Only</td>
</tr>
<tr>
<td>Global Auditor</td>
</tr>
<tr>
<td>Org Manager</td>
</tr>
<tr>
<td>Space Auditor</td>
</tr>
<tr>
<td>Space Developer</td>
</tr>
<tr>
<td>Space Manager</td>
</tr>
<tr>
<td>Space Supporter</td>
</tr>
</tbody></table>
33,657 changes: 33,657 additions & 0 deletions version/3.181.0/index.html

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions version/3.181.0/javascripts/all.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions version/3.181.0/stylesheets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.highlight{display:inline}
1 change: 1 addition & 0 deletions version/3.181.0/stylesheets/print.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ddba772

Please sign in to comment.