Backendless Version (3.x / 5.x, Online / Managed / Pro )
6.5.2 Cloud
Client SDK (REST / Android / Objective-C / Swift / JS )
REST
Application ID
B53080A3-5A03-5214-FF71-78E1836E9E00
Expected Behavior
Please describe the expected behavior of the issue, starting from the first action.
- Update User
Actual Behavior
Please provide a description of what actually happens, working from the same starting point.
Be descriptive: “it doesn’t work” does not describe what the behavior actually is – instead, say “the request returns a 400 error with message XXX”. Copy and paste your logs, and include any URLs.
- Status Error 404: Outcode Not Found
Reproducible Test Case
Please provide a simple code that could be run in a new clean app and reproduce the issue.
https://eu-api.backendless.com/application-id/{api}/data/Users
Headers
- Content-Type: Application/Json
- user-token
PUT Request
Hello I’m pretty sure this used to be working but now I seem to keep getting this error and I’m not sure why.
Thank you