mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04: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:
|
content:
|
||||||
text/plain:
|
text/plain:
|
||||||
example: my-note
|
example: my-note
|
||||||
/notes/{note}/revision:
|
/notes/{note}/revisions:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- note
|
- note
|
||||||
|
@ -426,7 +426,7 @@ paths:
|
||||||
text/plain:
|
text/plain:
|
||||||
example: my-note
|
example: my-note
|
||||||
|
|
||||||
/notes/{note}/revision/{revision-id}:
|
/notes/{note}/revisions/{revision-id}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- note
|
- note
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue