Skip to content

Commit

Permalink
Add security create user 201 response
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh committed Jan 27, 2025
1 parent 9df46f8 commit 90e8a74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/namespaces/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ paths:
responses:
'200':
$ref: '#/components/responses/security.create_user@200'
'201':
$ref: '#/components/responses/security.create_user@201'
patch:
operationId: security.patch_user.0
x-operation-group: security.patch_user
Expand Down Expand Up @@ -1657,6 +1659,11 @@ components:
application/json:
schema:
$ref: '../schemas/security._common.yaml#/components/schemas/Ok'
security.create_user@201:
content:
application/json:
schema:
$ref: '../schemas/security._common.yaml#/components/schemas/Created'
security.create_user_legacy@200:
content:
application/json:
Expand Down

0 comments on commit 90e8a74

Please sign in to comment.