# Action.RefreshWatching
Cardscript
When invoked this will refresh the users watched cards.
# Example
"No example! :-("
# Required properties
# type
Must be "Action.RefreshWatching"
.
- Type:
string
# JSON Schema
{
"additionalProperties": true,
"description": "When invoked this will refresh the users watched cards.",
"properties": {
"type": {
"type": "string",
"description": "Must be `\"Action.RefreshWatching\"`"
}
},
"required": [
"type"
],
"type": "Action.RefreshWatching",
"typeSafe": "action-refresh-watching",
"example": "FIXME!",
"propertySummary": [
{
"name": "type",
"type": "string",
"required": "Required",
"text": "Must be `\"Action.RefreshWatching\"`"
}
]
}