Skip to content

Commit

Permalink
Regenerate client from commit de2bf103 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 5, 2024
1 parent 223e8e8 commit 2821829
Show file tree
Hide file tree
Showing 10 changed files with 5,932 additions and 140 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-05 16:17:16.548283",
"spec_repo_commit": "843392e2"
"regenerated": "2024-12-05 19:29:42.570622",
"spec_repo_commit": "de2bf103"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-05 16:17:24.385771",
"spec_repo_commit": "843392e2"
"regenerated": "2024-12-05 19:29:50.661540",
"spec_repo_commit": "de2bf103"
}
}
}
76 changes: 76 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7164,6 +7164,82 @@ menu:
- ListRumMetrics
unstable: []
order: 1
- name: SCIM
url: /api/latest/scim/
identifier: scim
generated: true
- name: Update SCIM group
url: '#update-scim-group'
identifier: scim-update-scim-group
parent: scim
generated: true
params:
versions:
- v2
operationids:
- UpdateSCIMGroup
unstable: []
order: 6
- name: Patch SCIM group
url: '#patch-scim-group'
identifier: scim-patch-scim-group
parent: scim
generated: true
params:
versions:
- v2
operationids:
- PatchSCIMGroup
unstable: []
order: 4
- name: Get SCIM group
url: '#get-scim-group'
identifier: scim-get-scim-group
parent: scim
generated: true
params:
versions:
- v2
operationids:
- GetSCIMGroup
unstable: []
order: 3
- name: Delete SCIM group
url: '#delete-scim-group'
identifier: scim-delete-scim-group
parent: scim
generated: true
params:
versions:
- v2
operationids:
- DeleteSCIMGroup
unstable: []
order: 5
- name: Create SCIM group
url: '#create-scim-group'
identifier: scim-create-scim-group
parent: scim
generated: true
params:
versions:
- v2
operationids:
- CreateSCIMGroup
unstable: []
order: 2
- name: List SCIM groups
url: '#list-scim-groups'
identifier: scim-list-scim-groups
parent: scim
generated: true
params:
versions:
- v2
operationids:
- ListSCIMGroups
unstable: []
order: 1
- name: Sensitive Data Scanner
url: /api/latest/sensitive-data-scanner/
identifier: sensitive-data-scanner
Expand Down
3 changes: 3 additions & 0 deletions content/en/api/latest/scim/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: SCIM
---
4 changes: 4 additions & 0 deletions content/en/api/v2/scim/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: SCIM
headless: true
---
380 changes: 380 additions & 0 deletions content/en/api/v2/scim/examples.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2821829

Please sign in to comment.