Merge pull request #2844 from nextcloud/typo/noid/fix-docs

Fix typos in the docs
This commit is contained in:
Joas Schilling 2020-01-27 09:23:31 +01:00 коммит произвёл GitHub
Родитель 4938dc5e41 e4311434c5
Коммит 7dda57d056
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -53,8 +53,8 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
field | type | Description
------|------|------------
`roomType` | int |
`invite` | string | user id (`roomType = 1`), group id (`roomType = 2` - optional), circle id (`roomType = 2`, `inviteType = \OCP\IShare::TYPE_CIRCLES`], only available with `circles-support` capability))
`inviteSource` | string | The source for the invite, only supported on `roomType = 2` for `groups` and `circles` (only available with `circles-support` capability)
`invite` | string | user id (`roomType = 1`), group id (`roomType = 2` - optional), circle id (`roomType = 2`, `source = 'circles'`], only available with `circles-support` capability))
`source` | string | The source for the invite, only supported on `roomType = 2` for `groups` and `circles` (only available with `circles-support` capability)
`roomName` | string | conversation name (Not available for `roomType = 1`)
* Response: