Skip to content

Commit

Permalink
Automated commit 'IDNARSENAL-20511: fixed path mistakes (#1496)
Browse files Browse the repository at this point in the history
* IDNARSENAL-20511: fixed path mistakes

* IDNARSENAL-20511: fixed response code' by github action: 6983864642
  • Loading branch information
tyler-mairose-sp committed Nov 24, 2023
1 parent 083db15 commit b431023
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
38 changes: 2 additions & 36 deletions idn/beta/paths/identity-attribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,40 +34,6 @@ get:
$ref: "../../v3/responses/429.yaml"
"500":
$ref: "../../v3/responses/500.yaml"
post:
operationId: createIdentityAttribute
tags:
- Identity Attributes
summary: Create Identity Attribute
description: >-
This creates a new identity attribute.
security:
- UserContextAuth: [ idn:identity-profile-attribute:create ]
requestBody:
required: true
content:
application/json:
schema:
$ref: "../../v3/schemas/identity-attributes/IdentityAttribute.yaml"
responses:
"201":
description: The identity attribute was created successfully
content:
application/json:
schema:
$ref: "../../v3/schemas/identity-attributes/IdentityAttribute.yaml"
"400":
$ref: "../../v3/responses/400.yaml"
"401":
$ref: "../../v3/responses/401.yaml"
"403":
$ref: "../../v3/responses/403.yaml"
"404":
$ref: "../../v3/responses/404.yaml"
"429":
$ref: "../../v3/responses/429.yaml"
"500":
$ref: "../../v3/responses/500.yaml"
put:
operationId: putIdentityAttribute
tags:
Expand All @@ -92,8 +58,8 @@ put:
schema:
$ref: "../../v3/schemas/identity-attributes/IdentityAttribute.yaml"
responses:
"201":
description: The identity attribute was created successfully
"202":
description: The identity attribute was updated successfully
content:
application/json:
schema:
Expand Down
34 changes: 34 additions & 0 deletions idn/beta/paths/identity-attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,37 @@ get:
$ref: "../../v3/responses/429.yaml"
"500":
$ref: "../../v3/responses/500.yaml"
post:
operationId: createIdentityAttribute
tags:
- Identity Attributes
summary: Create Identity Attribute
description: >-
This creates a new identity attribute.
security:
- UserContextAuth: [ idn:identity-profile-attribute:create ]
requestBody:
required: true
content:
application/json:
schema:
$ref: "../../v3/schemas/identity-attributes/IdentityAttribute.yaml"
responses:
"201":
description: The identity attribute was created successfully
content:
application/json:
schema:
$ref: "../../v3/schemas/identity-attributes/IdentityAttribute.yaml"
"400":
$ref: "../../v3/responses/400.yaml"
"401":
$ref: "../../v3/responses/401.yaml"
"403":
$ref: "../../v3/responses/403.yaml"
"404":
$ref: "../../v3/responses/404.yaml"
"429":
$ref: "../../v3/responses/429.yaml"
"500":
$ref: "../../v3/responses/500.yaml"

0 comments on commit b431023

Please sign in to comment.