Skip to content

Commit

Permalink
Regenerate client from commit 7163da4d of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 12, 2024
1 parent 5f4c7ca commit 00ae557
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-11 20:37:07.568628",
"spec_repo_commit": "7b62d196"
"regenerated": "2024-12-12 08:45:33.502994",
"spec_repo_commit": "7163da4d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-11 20:37:15.423753",
"spec_repo_commit": "7b62d196"
"regenerated": "2024-12-12 08:45:41.466051",
"spec_repo_commit": "7163da4d"
}
}
}
9 changes: 6 additions & 3 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5407,7 +5407,8 @@ menu:
- v2
operationids:
- CancelDataDeletionRequest
unstable: []
unstable:
- v2
order: 2
- name: Gets a list of data deletion requests
url: '#gets-a-list-of-data-deletion-requests'
Expand All @@ -5419,7 +5420,8 @@ menu:
- v2
operationids:
- GetDataDeletionRequests
unstable: []
unstable:
- v2
order: 3
- name: Creates a data deletion request
url: '#creates-a-data-deletion-request'
Expand All @@ -5431,7 +5433,8 @@ menu:
- v2
operationids:
- CreateDataDeletionRequest
unstable: []
unstable:
- v2
order: 1
- name: Domain Allowlist
url: /api/latest/domain-allowlist/
Expand Down
9 changes: 9 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32178,6 +32178,9 @@ paths:
- name: id
source: data.id
type: unsafe
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/deletion/requests:
get:
description: Gets a list of data deletion requests based on several filter parameters.
Expand Down Expand Up @@ -32256,6 +32259,9 @@ paths:
- logs_delete_data
x-undo:
type: safe
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/deletion/requests/{id}/cancel:
put:
description: Cancels a data deletion request by providing its ID.
Expand Down Expand Up @@ -32301,6 +32307,9 @@ paths:
- logs_delete_data
x-undo:
type: idempotent
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/domain_allowlist:
get:
description: Get the domain allowlist for an organization.
Expand Down
9 changes: 6 additions & 3 deletions data/api/v2/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -224747,7 +224747,8 @@
}
],
"type": "unsafe"
}
},
"x-unstable": "**Note**: This endpoint is in Preview. If you have any feedback,\ncontact [Datadog support](https://docs.datadoghq.com/help/)."
}
},
"/api/v2/deletion/requests": {
Expand Down Expand Up @@ -225123,7 +225124,8 @@
},
"x-undo": {
"type": "safe"
}
},
"x-unstable": "**Note**: This endpoint is in Preview. If you have any feedback,\ncontact [Datadog support](https://docs.datadoghq.com/help/)."
}
},
"/api/v2/deletion/requests/{id}/cancel": {
Expand Down Expand Up @@ -225478,7 +225480,8 @@
},
"x-undo": {
"type": "idempotent"
}
},
"x-unstable": "**Note**: This endpoint is in Preview. If you have any feedback,\ncontact [Datadog support](https://docs.datadoghq.com/help/)."
}
},
"/api/v2/domain_allowlist": {
Expand Down
9 changes: 6 additions & 3 deletions static/resources/json/full_spec_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -224747,7 +224747,8 @@
}
],
"type": "unsafe"
}
},
"x-unstable": "**Note**: This endpoint is in Preview. If you have any feedback,\ncontact [Datadog support](https://docs.datadoghq.com/help/)."
}
},
"/api/v2/deletion/requests": {
Expand Down Expand Up @@ -225123,7 +225124,8 @@
},
"x-undo": {
"type": "safe"
}
},
"x-unstable": "**Note**: This endpoint is in Preview. If you have any feedback,\ncontact [Datadog support](https://docs.datadoghq.com/help/)."
}
},
"/api/v2/deletion/requests/{id}/cancel": {
Expand Down Expand Up @@ -225478,7 +225480,8 @@
},
"x-undo": {
"type": "idempotent"
}
},
"x-unstable": "**Note**: This endpoint is in Preview. If you have any feedback,\ncontact [Datadog support](https://docs.datadoghq.com/help/)."
}
},
"/api/v2/domain_allowlist": {
Expand Down

0 comments on commit 00ae557

Please sign in to comment.