Skip to content

Commit 311bdf7

Browse files
missing flex endpoint
1 parent 59c4533 commit 311bdf7

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

changelog/changelog.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4722,6 +4722,26 @@
47224722
"operationId": "getFlexCluster",
47234723
"tag": "Flex Clusters"
47244724
},
4725+
{
4726+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters",
4727+
"httpMethod": "POST",
4728+
"versions": [
4729+
{
4730+
"version": "2024-11-13",
4731+
"changes": [
4732+
{
4733+
"change": "endpoint added",
4734+
"changeCode": "endpoint-added",
4735+
"backwardCompatible": true
4736+
}
4737+
],
4738+
"stabilityLevel": "stable",
4739+
"changeType": "release"
4740+
}
4741+
],
4742+
"operationId": "createFlexCluster",
4743+
"tag": "Flex Clusters"
4744+
},
47254745
{
47264746
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
47274747
"httpMethod": "PATCH",

changelog/internal/changelog-all.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4722,6 +4722,26 @@
47224722
"operationId": "getFlexCluster",
47234723
"tag": "Flex Clusters"
47244724
},
4725+
{
4726+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters",
4727+
"httpMethod": "POST",
4728+
"versions": [
4729+
{
4730+
"version": "2024-11-13",
4731+
"changes": [
4732+
{
4733+
"change": "endpoint added",
4734+
"changeCode": "endpoint-added",
4735+
"backwardCompatible": true
4736+
}
4737+
],
4738+
"stabilityLevel": "stable",
4739+
"changeType": "release"
4740+
}
4741+
],
4742+
"operationId": "createFlexCluster",
4743+
"tag": "Flex Clusters"
4744+
},
47254745
{
47264746
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
47274747
"httpMethod": "PATCH",

0 commit comments

Comments
 (0)