-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
59 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,23 @@ update_last_called: | |
# Key of the field | ||
email: | ||
# Description of the field | ||
description: List of Alexa accounts to update. If empty, will update all known accounts | ||
description: List of Alexa accounts to update. If empty, will update all known accounts. | ||
# Example value that can be passed for this field | ||
example: '[email protected]' | ||
|
||
clear_history: | ||
# Description of the service | ||
description: Clear last entries from Alexa history for each Alexa account. | ||
# Different fields that your service accepts | ||
fields: | ||
# Key of the field | ||
email: | ||
# Description of the field | ||
description: List of Alexa accounts to update. If empty, will delete from all known accounts. | ||
# Example value that can be passed for this field | ||
example: '[email protected]' | ||
entries: | ||
# Description of the field | ||
description: Number of entries to clear from 1 to 50. If empty, clear 50. | ||
# Example value that can be passed for this field | ||
example: 50 |