Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/WEBHOOKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ command = {
}
```
This command hook is called `test`, and is therefor invoked by calling `/webapi notify test`.
Check the [command documentation](COMMMANDS.md) for required permissions.
Check the [command documentation](https://github.com/Valandur/Web-API/blob/master/docs/COMMANDS.md#notify) for required permissions.

The property `enabled` can be set to false to disable the whole command hook, including registering
the command with the command registry.
Expand Down