-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
221b9a6
commit ddba772
Showing
20 changed files
with
33,816 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions
47
version/3.181.0/includes/resources/spaces/get_assigned_isolation_segment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.highlight{display:inline} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.