ZIP Export: Started building link/ref handling
Some checks are pending
analyse-php / build (push) Waiting to run
lint-php / build (push) Waiting to run
test-migrations / build (8.1) (push) Waiting to run
test-migrations / build (8.2) (push) Waiting to run
test-migrations / build (8.3) (push) Waiting to run
test-php / build (8.1) (push) Waiting to run
test-php / build (8.2) (push) Waiting to run
test-php / build (8.3) (push) Waiting to run

This commit is contained in:
Dan Brown
2024-10-20 19:56:56 +01:00
parent 21ccfa97dd
commit 7c39dd5cba
9 changed files with 266 additions and 46 deletions

View File

@ -128,6 +128,7 @@ File must be an image type accepted by BookStack (png, jpg, gif, webp)
#### Attachment
- `id` - Number, optional, original ID for the attachment from exported system.
- `name` - String, required, name of attachment.
- `link` - String, semi-optional, URL of attachment.
- `file` - String reference, semi-optional, reference to attachment file.