mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
fix param description of updateNotePermissions
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
f096d706c8
commit
a1fd52d8ab
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ export class PermissionsService {
|
|||
* @async
|
||||
* Update a notes permissions.
|
||||
* @param {Note} note - the note
|
||||
* @param {NotePermissionsUpdateDto} newPermissions - the permissions the not should be set to
|
||||
* @param {NotePermissionsUpdateDto} newPermissions - the permissions that should be applied to the note
|
||||
* @return {Note} the note with the new permissions
|
||||
* @throws {NotInDBError} there is no note with this id or alias
|
||||
* @throws {PermissionsUpdateInconsistentError} the new permissions specify a user or group twice.
|
||||
|
|
Loading…
Reference in a new issue