Apply automatic changes

This commit is contained in:
tyler-mairose-sp
2024-04-05 17:39:14 +00:00
committed by github-actions[bot]
parent 4c388edc6d
commit 67080908a7
7 changed files with 7511 additions and 7516 deletions

View File

@@ -20322,7 +20322,7 @@
"Accounts"
],
"summary": "Update Account",
"description": "Use this endpoint to update an account with a PATCH request. \nThe request must provide a JSONPatch payload.\nA token with ORG_ADMIN authority is required to call this API.",
"description": "This updates account details. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.\nThis endpoint supports updating an account's correlation. It can only modify the identityId and manuallyCorrelated attributes. To re-assign an account from one identity to another, replace the current identityId with a new value. If the account you're assigning was provisioned by IdentityNow, it's possible IdentityNow could create a new account for the previous identity as soon as the account is moved. If the account you're assigning is authoritative, this will cause the previous identity to become uncorrelated and could even result in its deletion. All accounts that are are reassigned will be set to manuallyCorrelated: true.",
"security": [
{
"UserContextAuth": [

View File

@@ -16233,9 +16233,8 @@ paths:
- Accounts
summary: Update Account
description: |-
Use this endpoint to update an account with a PATCH request.
The request must provide a JSONPatch payload.
A token with ORG_ADMIN authority is required to call this API.
This updates account details. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
This endpoint supports updating an account's correlation. It can only modify the identityId and manuallyCorrelated attributes. To re-assign an account from one identity to another, replace the current identityId with a new value. If the account you're assigning was provisioned by IdentityNow, it's possible IdentityNow could create a new account for the previous identity as soon as the account is moved. If the account you're assigning is authoritative, this will cause the previous identity to become uncorrelated and could even result in its deletion. All accounts that are are reassigned will be set to manuallyCorrelated: true.
security:
- UserContextAuth:
- 'idn:accounts:manage'

View File

@@ -14317,7 +14317,7 @@
"Accounts"
],
"summary": "Update Account",
"description": "Use this API to update the account with a PATCH request.\nThis endpoint can only modify these fields:\n* `identityId`\n* `manuallyCorrelated`\nThe request must provide a JSONPatch payload.\nA token with ORG_ADMIN authority is required to call this API.",
"description": "This updates account details. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.\nThis endpoint supports updating an account's correlation. It can only modify the identityId and manuallyCorrelated attributes. To re-assign an account from one identity to another, replace the current identityId with a new value. If the account you're assigning was provisioned by IdentityNow, it's possible IdentityNow could create a new account for the previous identity as soon as the account is moved. If the account you're assigning is authoritative, this will cause the previous identity to become uncorrelated and could even result in its deletion. All accounts that are are reassigned will be set to manuallyCorrelated: true.",
"security": [
{
"UserContextAuth": [

View File

@@ -11745,12 +11745,8 @@ paths:
- Accounts
summary: Update Account
description: |-
Use this API to update the account with a PATCH request.
This endpoint can only modify these fields:
* `identityId`
* `manuallyCorrelated`
The request must provide a JSONPatch payload.
A token with ORG_ADMIN authority is required to call this API.
This updates account details. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
This endpoint supports updating an account's correlation. It can only modify the identityId and manuallyCorrelated attributes. To re-assign an account from one identity to another, replace the current identityId with a new value. If the account you're assigning was provisioned by IdentityNow, it's possible IdentityNow could create a new account for the previous identity as soon as the account is moved. If the account you're assigning is authoritative, this will cause the previous identity to become uncorrelated and could even result in its deletion. All accounts that are are reassigned will be set to manuallyCorrelated: true.
security:
- UserContextAuth:
- 'idn:accounts:manage'

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long