Transaction Action of GS2-Dictionary
ConsumeAction
Gs2Dictionary:DeleteEntriesByUserId
Reset entries
Actions for which quantity can be specified: NO
Reversible action: YES
Type | Description | |
---|---|---|
namespaceName | string | Namespace name |
userId | string | |
Set #{userId} to replace the currently logged in user ID. | ||
entryModelNames | string[] | List of Entry Names |
{
"action": "Gs2Dictionary:DeleteEntriesByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"userId": "[string]User Id",
"entryModelNames": [
"[string]Entry Name"
]
}
}
action: Gs2Dictionary:DeleteEntriesByUserId
request:
namespaceName: "[string]Namespace name"
userId: "[string]User Id"
entryModelNames:
- "[string]Entry Name"
AcquireAction
Gs2Dictionary:AddEntriesByUserId
Add entries as obtained by specifying a user ID
Actions for which quantity can be specified: NO
Reversible action: YES
Type | Description | |
---|---|---|
namespaceName | string | Namespace name |
userId | string | Set #{userId} to replace the currently logged in user ID. |
entryModelNames | string[] | List of Entry Names |
{
"action": "Gs2Dictionary:AddEntriesByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"userId": "[string]User Id",
"entryModelNames": [
"[string]Entry Name"
]
}
}
action: Gs2Dictionary:AddEntriesByUserId
request:
namespaceName: "[string]Namespace name"
userId: "[string]User Id"
entryModelNames:
- "[string]Entry Name"