Skip to content

Fix expire in explorer #2770

@superkhau

Description

@superkhau

From @superkhau on September 20, 2016 1:53

KV connector expire feature isn't working properly in explorer:

Step to reproduce

  1. Create a typical app with a model and browse to explorer
  2. Create an object via set without TTL
  3. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions