Automated commit 'Merge pull request #25 from sailpoint/NERRA-925-fix-typo-nerm-post-patch-attributes

[NERRA-925] Correct typo on attribute POST/PATCH endpoints' by github action: 8545896577
This commit is contained in:
developer-relations-sp
2024-04-03 21:43:05 +00:00
parent a0067d1938
commit 28c749cd5c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ content:
schema:
type: object
properties:
ne_attribute_option:
ne_attribute:
type: object
$ref: "../../schemas/PATCH/Attribute.yaml"

View File

@@ -4,6 +4,6 @@ content:
schema:
type: object
properties:
ne_attribute_option:
ne_attribute:
type: object
$ref: "../../schemas/POST/Attribute.yaml"