mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-09 02:21:31 +00:00
renamed revision to revisions
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
1461b7ad62
commit
e088741578
1 changed files with 2 additions and 2 deletions
|
@ -401,7 +401,7 @@ paths:
|
|||
content:
|
||||
text/plain:
|
||||
example: my-note
|
||||
/notes/{note}/revision:
|
||||
/notes/{note}/revisions:
|
||||
get:
|
||||
tags:
|
||||
- note
|
||||
|
@ -426,7 +426,7 @@ paths:
|
|||
text/plain:
|
||||
example: my-note
|
||||
|
||||
/notes/{note}/revision/{revision-id}:
|
||||
/notes/{note}/revisions/{revision-id}:
|
||||
get:
|
||||
tags:
|
||||
- note
|
||||
|
|
Loading…
Add table
Reference in a new issue