-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request