Skip to content

Commit

Permalink
Deployed e13bc67 to docs-develop with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 13, 2024
1 parent 835a5f6 commit e46e1e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5293,7 +5293,7 @@ <h5 id="request">Request</h5>
<h5 id="responses">Responses</h5>
<ul>
<li>200 OK status</li>
<li>400 Bad Request (Identity name is not valid)</li>
<li>400 Missing or mispelled field <code>name</code> (eg: <code>nme</code>)</li>
<li>409 Conflict (Identity already exists)</li>
<li>500 Internal Server Error</li>
</ul>
Expand Down Expand Up @@ -5348,12 +5348,13 @@ <h5 id="response_1">Response</h5>
</code></pre></div>
<ul>
<li>200 OK status</li>
<li>400 Missing or mispelled field <code>name</code> (eg: <code>nme</code>)</li>
<li>404 Identity does not exist</li>
<li>500 Internal Server Error</li>
</ul>
<h4 id="get-user-default-configuration-by-name">Get User Default Configuration by Name</h4>
<ul>
<li>Description: This method allows to get the default configuration data about an identity in the system. The request body's <code>identity</code> field is used to get only the name of specific identity. It is also possible to retrieve information about the specific user's component default configuration, specifying the type of interest.</li>
<li>Description: This method allows to get the default configuration data about an identity in the system. The request body's <code>identity</code> field is used to get only the name of specific identity. It is also possible to retrieve information about the specific user's component default configuration, specifying the type of interest. This method accepts also non-existing user's name as input: in this way it's possible to retrieve which is the default configuration applied when a user is created with the <code>name</code> field only.</li>
<li>Method: POST</li>
<li>API PATH: <code>services/identity/v2/identities/default/byName</code></li>
</ul>
Expand Down Expand Up @@ -5398,7 +5399,7 @@ <h5 id="response_3">Response</h5>
</code></pre></div>
<ul>
<li>200 OK status</li>
<li>404 <code>username</code> does not exist</li>
<li>400 Missing or mispelled field <code>name</code> (eg: <code>nme</code>)</li>
<li>500 Internal Server Error</li>
</ul>
<h4 id="create-permission">Create Permission</h4>
Expand Down Expand Up @@ -5436,7 +5437,7 @@ <h5 id="request_6">Request</h5>
<h5 id="responses_2">Responses</h5>
<ul>
<li>200 OK status</li>
<li>400 Bad Request (Identity name not specified)</li>
<li>400 Missing or mispelled field <code>name</code> (eg: <code>nme</code>)</li>
<li>500 Internal Server Error</li>
</ul>
<h2 id="get-methods">GET methods</h2>
Expand Down Expand Up @@ -5655,7 +5656,7 @@ <h5 id="request_7">Request</h5>
<h5 id="responses_6">Responses</h5>
<ul>
<li>200 OK status</li>
<li>400 Bad Request (Body parameter invalid)</li>
<li>400 Missing or mispelled field <code>name</code> (eg: <code>nme</code>)</li>
<li>500 Internal Server Error</li>
</ul>
<h2 id="delete-methods">DELETE methods</h2>
Expand All @@ -5674,6 +5675,7 @@ <h5 id="responses_7">Responses</h5>
<ul>
<li>200 OK status</li>
<li>404 <code>username</code> does not exist</li>
<li>400 Missing or mispelled field <code>name</code> (eg: <code>nme</code>)</li>
<li>500 Internal Server Error</li>
</ul>
<h4 id="delete-permission">Delete Permission</h4>
Expand All @@ -5691,6 +5693,7 @@ <h5 id="responses_8">Responses</h5>
<ul>
<li>200 OK status</li>
<li>404 <code>permission</code> does not exist</li>
<li>400 Missing or mispelled field <code>name</code> (eg: <code>nme</code>)</li>
<li>500 Internal Server Error</li>
</ul>

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

Large diffs are not rendered by default.

Binary file modified docs-develop/sitemap.xml.gz
Binary file not shown.

0 comments on commit e46e1e4

Please sign in to comment.