Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API documentation : Create User #16

Open
kelumsampath opened this issue May 25, 2020 · 0 comments
Open

Update API documentation : Create User #16

kelumsampath opened this issue May 25, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@kelumsampath
Copy link
Member

kelumsampath commented May 25, 2020

create new user end-point is now implemented.
https://dev-dot-intecs-webapp.el.r.appspot.com/users (post request)
json body:

{
	"createdBy":"123",
	"email":"example@gmail.com"
}

then user will register to the system and password will send to entered email. (in here "example@gmail.com")

update swagger API documentation for users (post) request in swagger.json

@kelumsampath kelumsampath added documentation Improvements or additions to documentation enhancement New feature or request labels May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant