Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions data/api/v1/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down
10 changes: 5 additions & 5 deletions data/api/v1/translate_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
Loading
Loading