Automated commit by github action: 4568540001

This commit is contained in:
GitHub Action Bot
2023-03-30 20:08:19 +00:00
parent f54a098e78
commit ab98e1b578
2 changed files with 22 additions and 3 deletions

View File

@@ -45,9 +45,9 @@ get:
"name": "EndToEnd-ADSource"
},
"owner": {
"id": "2a2fdacc-a5e3-45f1-8bf7-970cfbb8fec2",
"name": "governance group1",
"type": "GOVERNANCE_GROUP"
"id": "2c9180858315595501831958427e5424",
"name": "Addie Smith",
"type": "IDENTITY"
},
"id": "2c91808c74ff913f0175097daa9d59cd",
"name": "LauncherTestGroup1",
@@ -152,6 +152,21 @@ patch:
}
}
]
Replace a owner for an entitlement:
description: >-
This example illustrates the use of patch to replace a new owner to an entitlement by replacing the new
owner's info to the entitlement.
value:
[
{
"op": "replace",
"path": "/owner",
"value": {
"type": "IDENTITY",
"id": "2c9180858315595501831958427e5424"
}
}
]
responses:
'200':
description: Responds with the Entitlement as updated.

View File

@@ -1148,6 +1148,8 @@ paths:
$ref: './beta/paths/ears-entitlement-children.yaml'
/entitlements/bulk-update:
$ref: './beta/paths/ears-entitlement-bulk-update.yaml'
/entitlements/{id}/entitlement-request-config:
$ref: "./beta/paths/entitlement-request-config.yaml"
/generate-password-reset-token/digit:
$ref: './beta/paths/password-reset-digit-token.yaml'
/historical-identities:
@@ -1428,6 +1430,8 @@ paths:
$ref: './beta/paths/source-upload-connector-file.yaml'
/sources/{id}/synchronize-attributes:
$ref: './beta/paths/source-synchronize-attributes.yaml'
/sources/{id}/entitlement-request-config:
$ref: './beta/paths/sources-entitlement-request-config.yaml'
/tagged-objects:
$ref: './beta/paths/tagged-objects.yaml'
/tagged-objects/{type}: