Skip to content

Commit

Permalink
Update changelog.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Feb 20, 2025
1 parent 9bb9b13 commit cd1e77d
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions context/changelog.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,4 @@
[
{
"path": "/api/atlas/v2/groups/{groupId}/users",
"httpMethod": "GET",
"operationId": "listProjectUsers",
"tag": "MongoDB Cloud Users",
"changes": [
{
"change": "the 'results/items/roles/items/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'",
"changeCode": "response-property-type-changed",
"backwardCompatible": false
},
{
"change": "added discriminator to 'results/items/' response property",
"changeCode": "response-property-discriminator-added",
"backwardCompatible": true
},
{
"change": "added '#/components/schemas/GroupPendingUserResponse, #/components/schemas/GroupActiveUserResponse' to the 'results/items/' response property 'oneOf' list for the response",
"changeCode": "response-property-one-of-added",
"backwardCompatible": true
},
{
"change": "the response required property 'results/items/username' became read-only",
"changeCode": "response-required-property-became-read-only",
"backwardCompatible": true,
"hideFromChangelog": true
},
{
"change": "added the new 'GROUP_BACKUP_MANAGER, GROUP_CLUSTER_MANAGER, GROUP_DATABASE_ACCESS_ADMIN, GROUP_DATA_ACCESS_ADMIN, GROUP_DATA_ACCESS_READ_ONLY, GROUP_DATA_ACCESS_READ_WRITE, GROUP_OBSERVABILITY_VIEWER, GROUP_OWNER, GROUP_READ_ONLY, GROUP_SEARCH_INDEX_EDITOR, GROUP_STREAM_PROCESSING_OWNER' enum values to the 'results/items/roles/items/' response property",
"changeCode": "response-property-enum-value-added",
"backwardCompatible": true
},
{
"change": "added the required property 'results/items/orgMembershipStatus' to the response",
"changeCode": "response-required-property-added",
"backwardCompatible": true
},
{
"change": "removed the required properties 'results/items/country, results/items/emailAddress, results/items/firstName, results/items/lastName, results/items/mobileNumber, results/items/password' from the response",
"changeCode": "response-required-property-removed",
"backwardCompatible": false
},
{
"change": "removed the optional properties 'results/items/createdAt, results/items/lastAuth, results/items/links, results/items/roles/items/groupId, results/items/roles/items/orgId, results/items/roles/items/roleName, results/items/teamIds' from the response",
"changeCode": "response-optional-property-removed",
"backwardCompatible": true
},
{
"change": "the response properties 'results/items/id, results/items/roles' became required",
"changeCode": "response-property-became-required",
"backwardCompatible": true
},
{
"change": "the response optional property 'results/items/roles' became read-only",
"changeCode": "response-optional-property-became-read-only",
"backwardCompatible": true,
"hideFromChangelog": true
}
]
},
{
"path": "/api/atlas/v2/groups/{groupId}/users",
"httpMethod": "POST",
Expand Down

0 comments on commit cd1e77d

Please sign in to comment.