From @superkhau on September 20, 2016 1:53
KV connector expire feature isn't working properly in explorer:
Step to reproduce
- Create a typical app with a model and browse to explorer
- Create an object via set without TTL
- Try to set TTL using expire
The request will fail with:
{
"error": {
"statusCode": 400,
"name": "Error",
"message": "ttl is a required argument"
}
}
Workaround
None at the moment, we probably need to fix this one right away.
Copied from original issue: strongloop-internal/scrum-loopback#1072
From @superkhau on September 20, 2016 1:53
KV connector expire feature isn't working properly in explorer:
Step to reproduce
The request will fail with:
Workaround
None at the moment, we probably need to fix this one right away.
Copied from original issue: strongloop-internal/scrum-loopback#1072