Automated commit 'Merge pull request #1502 from sailpoint/th/idnarsenal-20689

IDNARSENAL-20689: added descriptions, fixed response code' by github action: 7065481518
This commit is contained in:
GitHub Action Bot
2023-12-01 21:40:26 +00:00
parent 674daea8b0
commit 05a43a62ce
2 changed files with 8 additions and 4 deletions

View File

@@ -40,7 +40,8 @@ put:
- Identity Attributes
summary: Update Identity Attribute
description: >-
This updates an existing identity attribute.
This updates an existing identity attribute.
Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
security:
- UserContextAuth: [ idn:identity-profile-attribute:create ]
parameters:
@@ -58,7 +59,7 @@ put:
schema:
$ref: "../../v3/schemas/identity-attributes/IdentityAttribute.yaml"
responses:
"202":
"200":
description: The identity attribute was updated successfully
content:
application/json:
@@ -82,7 +83,8 @@ delete:
- Identity Attributes
summary: Delete Identity Attribute
description: >-
This deletes an identity attribute for a given technical name.
This deletes an identity attribute with the given name.
The `system` and `standard` properties must be set to false before you can delete an identity attribute.
security:
- UserContextAuth: [ idn:identity-profile-attribute:delete ]
parameters:

View File

@@ -4,7 +4,9 @@ post:
- Identity Attributes
summary: Bulk delete Identity Attributes
description: >-
This deletes identity attributes for a given set of technical names.
This deletes identity attributes for a given set of names.
Attributes that are currently mapped in an Identity Profile cannot be deleted.
The `system` and `standard` properties must be set to false before you can delete an identity attribute.
security:
- UserContextAuth: [ idn:identity-profile-attribute-bulk:delete ]
requestBody: