To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUpdate User Data /users/{user_id} PUT
As End user In order to be the owner of my data I'd like to have the possibility modify all my stored data
- Scenarios
-
- Successful
-
- Given
- an existing valid and registered user "9"
- When
- I call the Glass API for updating user data
- Then
- the API will modify the user data with these new parameters returns a 204 http code
- user not found
-
- Given
- an existing and not existing and not registered user "1234413"
- When
- I call the Glass API for updating that unexisting user
- Then
- the API will return a 'user not found' error
Last published almost 7 years ago by Raimundo AlegrÃa.