Skip to content

Commit c7dc6bf

Browse files
authored
Merge pull request #304 from xconverge/patch-1
Update Ping entry in docs
2 parents 451b1ac + b2f6da0 commit c7dc6bf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/customservices.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,13 @@ For Paperless you need an API-Key which you have to store at the item in the fie
7272

7373
## Ping
7474

75-
For Ping you need an API-Key which you have to store at the item in the field `apikey`.
75+
For Ping you need to set the type to Ping and provide a url.
76+
77+
```yaml
78+
items:
79+
- name: "Awesome app"
80+
type: Ping
81+
logo: "assets/tools/sample.png"
82+
subtitle: "Bookmark example" tag: "app"
83+
url: "https://www.reddit.com/r/selfhosted/"
84+
```

0 commit comments

Comments
 (0)