Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-18 18:25:33 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-18 18:25:33 +0300
commit475ad40e443a1be52fa05134cfabf75d1ac9a2b6 (patch)
tree3a1e8241e4cbb38ee9d59fe3e6cc086519e71e1c /docs
parent7f0a9f019371f297e49955a1097ba42d9608a2e7 (diff)
Add capability for push
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/push-v2.md (renamed from docs/push-v3.md)4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/push-v3.md b/docs/push-v2.md
index 4d55313..e635c22 100644
--- a/docs/push-v3.md
+++ b/docs/push-v2.md
@@ -15,9 +15,9 @@ In order to find out if notifications support push on the server you can run a r
"capabilities": {
...
"notifications": {
- "ocs-endpoints": [
+ "push": [
...
- "push"
+ "devices"
]
}
}