Skip to content

Commit 9713fbc

Browse files
[CRED-560] Update key management docs to include new working links (#2707)
Co-authored-by: ci.datadog-api-spec <[email protected]> 42ce8d5
1 parent 2143872 commit 9713fbc

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

datadog_api_client.v1.api.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,10 +2551,13 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
25512551
<dt class="sig sig-object py" id="datadog_api_client.v1.api.key_management_api.KeyManagementApi">
25522552
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">KeyManagementApi</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">api_client</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#datadog_api_client.v1.api.key_management_api.KeyManagementApi" title="Link to this definition">¶</a></dt>
25532553
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
2554-
<p>Manage your Datadog API and application keys. You need an API key and
2555-
an application key for a user with the required permissions to interact
2556-
with these endpoints. The full list of API and application keys can be
2557-
seen on your <a class="reference external" href="https://app.datadoghq.com/account/settings#api">Datadog API page</a>.</p>
2554+
<p>Manage your Datadog API and application keys. You need an API key and an
2555+
application key for a user with the required permissions to interact with these endpoints.</p>
2556+
<p>Consult the following pages to view and manage your keys:</p>
2557+
<ul class="simple">
2558+
<li><p><a class="reference external" href="https://app.datadoghq.com/organization-settings/api-keys">API Keys</a></p></li>
2559+
<li><p><a class="reference external" href="https://app.datadoghq.com/personal-settings/application-keys">Application Keys</a></p></li>
2560+
</ul>
25582561
<dl class="py method">
25592562
<dt class="sig sig-object py" id="datadog_api_client.v1.api.key_management_api.KeyManagementApi.create_api_key">
25602563
<span class="sig-name descname"><span class="pre">create_api_key</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">body</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference internal" href="datadog_api_client.v1.model.html#datadog_api_client.v1.model.api_key.ApiKey" title="datadog_api_client.v1.model.api_key.ApiKey"><span class="pre">ApiKey</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><a class="reference internal" href="datadog_api_client.v1.model.html#datadog_api_client.v1.model.api_key_response.ApiKeyResponse" title="datadog_api_client.v1.model.api_key_response.ApiKeyResponse"><span class="pre">ApiKeyResponse</span></a></span></span><a class="headerlink" href="#datadog_api_client.v1.api.key_management_api.KeyManagementApi.create_api_key" title="Link to this definition">¶</a></dt>

datadog_api_client.v2.api.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6378,10 +6378,13 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
63786378
<dt class="sig sig-object py" id="datadog_api_client.v2.api.key_management_api.KeyManagementApi">
63796379
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">KeyManagementApi</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">api_client</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#datadog_api_client.v2.api.key_management_api.KeyManagementApi" title="Link to this definition">¶</a></dt>
63806380
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
6381-
<p>Manage your Datadog API and application keys. You need an API key and
6382-
an application key for a user with the required permissions to interact
6383-
with these endpoints. The full list of API and application keys can be
6384-
seen on your <a class="reference external" href="https://app.datadoghq.com/account/settings#api">Datadog API page</a>.</p>
6381+
<p>Manage your Datadog API and application keys. You need an API key and an
6382+
application key for a user with the required permissions to interact with these endpoints.</p>
6383+
<p>Consult the following pages to view and manage your keys:</p>
6384+
<ul class="simple">
6385+
<li><p><a class="reference external" href="https://app.datadoghq.com/organization-settings/api-keys">API Keys</a></p></li>
6386+
<li><p><a class="reference external" href="https://app.datadoghq.com/personal-settings/application-keys">Application Keys</a></p></li>
6387+
</ul>
63856388
<dl class="py method">
63866389
<dt class="sig sig-object py" id="datadog_api_client.v2.api.key_management_api.KeyManagementApi.create_api_key">
63876390
<span class="sig-name descname"><span class="pre">create_api_key</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">body</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.api_key_create_request.APIKeyCreateRequest" title="datadog_api_client.v2.model.api_key_create_request.APIKeyCreateRequest"><span class="pre">APIKeyCreateRequest</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.api_key_response.APIKeyResponse" title="datadog_api_client.v2.model.api_key_response.APIKeyResponse"><span class="pre">APIKeyResponse</span></a></span></span><a class="headerlink" href="#datadog_api_client.v2.api.key_management_api.KeyManagementApi.create_api_key" title="Link to this definition">¶</a></dt>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)