1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added attachment API examples during manual testing

This commit is contained in:
Dan Brown
2021-10-20 10:43:03 +01:00
parent 2409d1850f
commit 60d4c5902b
8 changed files with 94 additions and 1 deletions

View File

@ -0,0 +1,5 @@
{
"name": "My uploaded attachment",
"uploaded_to": 8,
"link": "https://link.example.com"
}

View File

@ -0,0 +1,5 @@
{
"name": "My updated attachment",
"uploaded_to": 4,
"link": "https://link.example.com/updated"
}