Skip to content
Snippets Groups Projects
Commit 8c80894b authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

update users.raml to use update-user.json for input schema

parent 62330634
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ post:
description: Accepts an object matching the User type except all fields are optional
example: |
{"email":"new_email@test.com"}
schema: !include ../schemas/input/user.json
schema: !include ../schemas/input/user-update.json
responses:
200:
body:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment