diff --git a/data/api/v1/full_spec.yaml b/data/api/v1/full_spec.yaml index 986506b2cace3..aca5d805b8ec0 100644 --- a/data/api/v1/full_spec.yaml +++ b/data/api/v1/full_spec.yaml @@ -26085,7 +26085,9 @@ paths: - api_keys_write /api/v1/application_key: get: - description: Get all application keys available for your Datadog account. + description: 'Get all application keys available for your Datadog account. + + This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).' operationId: ListApplicationKeys responses: '200': @@ -26112,7 +26114,9 @@ paths: - org_app_keys_read - user_app_keys post: - description: Create an application key with a given name. + description: 'Create an application key with a given name. + + This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).' operationId: CreateApplicationKey requestBody: content: @@ -26158,7 +26162,9 @@ paths: - user_app_keys /api/v1/application_key/{key}: delete: - description: Delete a given application key. + description: 'Delete a given application key. + + This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).' operationId: DeleteApplicationKey parameters: - description: The specific APP key you are working with. @@ -26198,7 +26204,9 @@ paths: - org_app_keys_write - user_app_keys get: - description: Get a given application key. + description: 'Get a given application key. + + This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).' operationId: GetApplicationKey parameters: - description: The specific APP key you are working with. @@ -26238,7 +26246,9 @@ paths: - org_app_keys_read - user_app_keys put: - description: Edit an application key name. + description: 'Edit an application key name. + + This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).' operationId: UpdateApplicationKey parameters: - description: The specific APP key you are working with. diff --git a/data/api/v1/full_spec_deref.json b/data/api/v1/full_spec_deref.json index cb4af68a260d1..4f45e26a1a086 100644 --- a/data/api/v1/full_spec_deref.json +++ b/data/api/v1/full_spec_deref.json @@ -705335,7 +705335,7 @@ }, "/api/v1/application_key": { "get": { - "description": "Get all application keys available for your Datadog account.", + "description": "Get all application keys available for your Datadog account.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "ListApplicationKeys", "responses": { "200": { @@ -705460,7 +705460,7 @@ } }, "post": { - "description": "Create an application key with a given name.", + "description": "Create an application key with a given name.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "CreateApplicationKey", "requestBody": { "content": { @@ -705669,7 +705669,7 @@ }, "/api/v1/application_key/{key}": { "delete": { - "description": "Delete a given application key.", + "description": "Delete a given application key.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "DeleteApplicationKey", "parameters": [ { @@ -705827,7 +705827,7 @@ } }, "get": { - "description": "Get a given application key.", + "description": "Get a given application key.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "GetApplicationKey", "parameters": [ { @@ -705985,7 +705985,7 @@ } }, "put": { - "description": "Edit an application key name.", + "description": "Edit an application key name.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "UpdateApplicationKey", "parameters": [ { diff --git a/data/api/v1/translate_actions.json b/data/api/v1/translate_actions.json index 61d53876190e4..7d8cb8ab74f94 100644 --- a/data/api/v1/translate_actions.json +++ b/data/api/v1/translate_actions.json @@ -28,25 +28,25 @@ "request_schema_description": "Datadog API key." }, "ListApplicationKeys": { - "description": "Get all application keys available for your Datadog account.", + "description": "Get all application keys available for your Datadog account.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "summary": "Get all application keys" }, "CreateApplicationKey": { - "description": "Create an application key with a given name.", + "description": "Create an application key with a given name.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "summary": "Create an application key", "request_description": "", "request_schema_description": "An application key with its associated metadata." }, "DeleteApplicationKey": { - "description": "Delete a given application key.", + "description": "Delete a given application key.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "summary": "Delete an application key" }, "GetApplicationKey": { - "description": "Get a given application key.", + "description": "Get a given application key.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "summary": "Get an application key" }, "UpdateApplicationKey": { - "description": "Edit an application key name.", + "description": "Edit an application key name.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "summary": "Edit an application key", "request_description": "", "request_schema_description": "An application key with its associated metadata." diff --git a/data/api/v2/full_spec.yaml b/data/api/v2/full_spec.yaml index 9313c68528301..75a0747a801a7 100644 --- a/data/api/v2/full_spec.yaml +++ b/data/api/v2/full_spec.yaml @@ -63575,7 +63575,9 @@ paths: permissions: - user_app_keys get: - description: Get an application key owned by current user + description: 'Get an application key owned by current user. + + The `key` field is not returned for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).' operationId: GetCurrentUserApplicationKey parameters: - $ref: '#/components/parameters/ApplicationKeyID' @@ -63609,7 +63611,9 @@ paths: permissions: - user_app_keys patch: - description: Edit an application key owned by current user + description: 'Edit an application key owned by current user. + + The `key` field is not returned for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).' operationId: UpdateCurrentUserApplicationKey parameters: - $ref: '#/components/parameters/ApplicationKeyID' diff --git a/data/api/v2/full_spec_deref.json b/data/api/v2/full_spec_deref.json index a44885901e9ac..564eddc415e29 100644 --- a/data/api/v2/full_spec_deref.json +++ b/data/api/v2/full_spec_deref.json @@ -490401,7 +490401,7 @@ } }, "get": { - "description": "Get an application key owned by current user", + "description": "Get an application key owned by current user.\nThe `key` field is not returned for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "GetCurrentUserApplicationKey", "parameters": [ { @@ -491036,7 +491036,7 @@ } }, "patch": { - "description": "Edit an application key owned by current user", + "description": "Edit an application key owned by current user.\nThe `key` field is not returned for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "UpdateCurrentUserApplicationKey", "parameters": [ { diff --git a/data/api/v2/translate_actions.json b/data/api/v2/translate_actions.json index 931dfa2de5124..7f2bd3f91e451 100644 --- a/data/api/v2/translate_actions.json +++ b/data/api/v2/translate_actions.json @@ -851,11 +851,11 @@ "summary": "Delete an application key owned by current user" }, "GetCurrentUserApplicationKey": { - "description": "Get an application key owned by current user", + "description": "Get an application key owned by current user.\nThe `key` field is not returned for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "summary": "Get one application key owned by current user" }, "UpdateCurrentUserApplicationKey": { - "description": "Edit an application key owned by current user", + "description": "Edit an application key owned by current user.\nThe `key` field is not returned for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "summary": "Edit an application key owned by current user", "request_description": "", "request_schema_description": "Request used to update an application key." diff --git a/static/resources/json/full_spec_v1.json b/static/resources/json/full_spec_v1.json index cb4af68a260d1..4f45e26a1a086 100644 --- a/static/resources/json/full_spec_v1.json +++ b/static/resources/json/full_spec_v1.json @@ -705335,7 +705335,7 @@ }, "/api/v1/application_key": { "get": { - "description": "Get all application keys available for your Datadog account.", + "description": "Get all application keys available for your Datadog account.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "ListApplicationKeys", "responses": { "200": { @@ -705460,7 +705460,7 @@ } }, "post": { - "description": "Create an application key with a given name.", + "description": "Create an application key with a given name.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "CreateApplicationKey", "requestBody": { "content": { @@ -705669,7 +705669,7 @@ }, "/api/v1/application_key/{key}": { "delete": { - "description": "Delete a given application key.", + "description": "Delete a given application key.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "DeleteApplicationKey", "parameters": [ { @@ -705827,7 +705827,7 @@ } }, "get": { - "description": "Get a given application key.", + "description": "Get a given application key.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "GetApplicationKey", "parameters": [ { @@ -705985,7 +705985,7 @@ } }, "put": { - "description": "Edit an application key name.", + "description": "Edit an application key name.\nThis endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "UpdateApplicationKey", "parameters": [ { diff --git a/static/resources/json/full_spec_v2.json b/static/resources/json/full_spec_v2.json index a44885901e9ac..564eddc415e29 100644 --- a/static/resources/json/full_spec_v2.json +++ b/static/resources/json/full_spec_v2.json @@ -490401,7 +490401,7 @@ } }, "get": { - "description": "Get an application key owned by current user", + "description": "Get an application key owned by current user.\nThe `key` field is not returned for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "GetCurrentUserApplicationKey", "parameters": [ { @@ -491036,7 +491036,7 @@ } }, "patch": { - "description": "Edit an application key owned by current user", + "description": "Edit an application key owned by current user.\nThe `key` field is not returned for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).", "operationId": "UpdateCurrentUserApplicationKey", "parameters": [ {