docs: Add datastore app to the integration list
This commit is contained in:
@@ -3,7 +3,7 @@ import defineAction from '../../../../helpers/define-action.js';
|
||||
export default defineAction({
|
||||
name: 'Get value',
|
||||
key: 'getValue',
|
||||
description: 'Get value from the persistent datastore',
|
||||
description: 'Get value from the persistent datastore.',
|
||||
arguments: [
|
||||
{
|
||||
label: 'Key',
|
||||
|
@@ -3,7 +3,7 @@ import defineAction from '../../../../helpers/define-action.js';
|
||||
export default defineAction({
|
||||
name: 'Set value',
|
||||
key: 'setValue',
|
||||
description: 'Set value to the persistent datastore',
|
||||
description: 'Set value to the persistent datastore.',
|
||||
arguments: [
|
||||
{
|
||||
label: 'Key',
|
||||
|
Reference in New Issue
Block a user