mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
Merge pull request #709 from hedgedoc/fix/api-notes-metadata
This commit is contained in:
commit
0d95c29df2
4 changed files with 5 additions and 3 deletions
|
@ -115,7 +115,7 @@ export class NotesController {
|
|||
}
|
||||
}
|
||||
|
||||
@Put(':noteIdOrAlias/permissions')
|
||||
@Put(':noteIdOrAlias/metadata/permissions')
|
||||
async updateNotePermissions(
|
||||
@Param('noteIdOrAlias') noteIdOrAlias: string,
|
||||
@Body() updateDto: NotePermissionsUpdateDto,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue