Skip to content

Commit

Permalink
Automated commit 'Merge pull request #29 from sailpoint/NEROCKET-988
Browse files Browse the repository at this point in the history
[NEROCKET-988] correct profile type post and patch apis' by github action: 9055110832
  • Loading branch information
developer-relations-sp committed May 12, 2024
1 parent 7fd8704 commit b34eafd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 68 deletions.
36 changes: 2 additions & 34 deletions nerm/schemas/PATCH/ProfileType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,53 +29,21 @@ properties:
default: false
description: Is this profile type synced with ics
example: false
profile_type_dup_attributes:
profile_type_dup_attributes_attributes:
type: array
items:
type: object
properties:
id:
type: string
format: uuid
description: The ID of the properties that are used for duplication protection.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
uid:
type: string
minLength: 32
maxLength: 32
description: The uid of the properties that are used for duplication protection.
example: attribute-uid
profile_type_id:
type: string
format: uuid
description: The ID of the profile type.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
ne_attribute_id:
type: string
format: uuid
description: The ID of the ne attribute.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
profile_type_namings:
profile_type_namings_attributes:
type: array
items:
type: object
properties:
id:
type: string
format: uuid
description: The ID of the profile type naming.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
uid:
type: string
minLength: 32
maxLength: 32
description: The UID of the profile type naming.
example: profile-type-name
profile_type_id:
type: string
format: uuid
description: The ID of the associated profile type.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
ne_attribute_id:
type: string
format: uuid
Expand Down
36 changes: 2 additions & 34 deletions nerm/schemas/POST/ProfileType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,53 +31,21 @@ properties:
default: false
description: Is this profile type synced with ics
example: false
profile_type_dup_attributes:
profile_type_dup_attributes_attributes:
type: array
items:
type: object
properties:
id:
type: string
format: uuid
description: The ID of the properties that are used for duplication protection.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
uid:
type: string
minLength: 32
maxLength: 32
description: The uid of the properties that are used for duplication protection.
example: attribute-uid
profile_type_id:
type: string
format: uuid
description: The ID of the profile type.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
ne_attribute_id:
type: string
format: uuid
description: The ID of the ne attribute.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
profile_type_namings:
profile_type_namings_attributes:
type: array
items:
type: object
properties:
id:
type: string
format: uuid
description: The ID of the profile type naming.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
uid:
type: string
minLength: 32
maxLength: 32
description: The UID of the profile type naming.
example: profile-type-name
profile_type_id:
type: string
format: uuid
description: The ID of the associated profile type.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
ne_attribute_id:
type: string
format: uuid
Expand Down

0 comments on commit b34eafd

Please sign in to comment.