зеркало из https://github.com/nextcloud/calendar.git
Destroyed REST Subscription API (markdown)
Родитель
2afffae7fc
Коммит
a90a812fba
|
@ -1,26 +0,0 @@
|
|||
OBSOLETE - WILL BE REMOVED
|
||||
==========================
|
||||
|
||||
index: GET /v1/subscriptions
|
||||
|
||||
show: GET /v1/subscriptions/id
|
||||
|
||||
create: POST /v1/subscriptions
|
||||
|
||||
update: PUT /v1/subscriptions/id
|
||||
|
||||
delete: DELETE /v1/subscriptions/id
|
||||
|
||||
id is an int
|
||||
|
||||
creating:
|
||||
```js
|
||||
{
|
||||
type: "org.ownCloud.webcal",
|
||||
url: "https://url.tld/file.ics",
|
||||
}
|
||||
```
|
||||
|
||||
response contains id and userid
|
||||
|
||||
you can get different types via the backend api
|
Загрузка…
Ссылка в новой задаче