I have created a separate Rest service to update additional fields in my user table.
When I test the service i get the following error message:
{
"status":401,
"uri":"https://api.appery.io/rest/1/db/users...",
"response":{
"code":"DBUU001",
"description":"unauthorized"
}
}
I would assume that it is because I do not pass a valid X-Appery-Session-Token
to the test variable?
Is this assumption correct and if so how do I test the service?
Armand