Description
This API updates the registry db session.
...
Input
Code Block |
---|
Type: application/json |
Param | Source | Type | Required | Description |
---|---|---|---|---|
env | body | string | yes | environment code |
prefix | body | string | no | session db prefix |
name | body | string | yes | session db name |
cluster | body | string | yes | cluster from resource configuration |
store | body | object | yes | session store object |
expireAfter | body | integer | yes | expiration time |
collection | body | string | yes | collection name |
stringify | body | boolean | yes | to stringify the session record |