Merge pull request #15 from sailpoint-oss/NERRA-84-bulk-delete-user-profiles

Fix typo on delete user profiles request body
This commit is contained in:
aaron-beck-sp
2023-08-10 10:38:15 -04:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ content:
schema: schema:
type: object type: object
properties: properties:
profiles: user_profiles:
type: array type: array
items: items:
type: object type: object