You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performing an API attachment update following the API docs can result in a Undefined array key "name" error.
This is because the name is not required for validation, but assumed to be set in the called service:
Describe the Bug
Performing an API attachment update following the API docs can result in a
Undefined array key "name"
error.This is because the
name
is not required for validation, but assumed to be set in the called service:BookStack/app/Uploads/AttachmentService.php
Line 119 in b7476a9
Steps to Reproduce
name
parameter.Expected Behaviour
API call succeeds and no error thrown.
Screenshots or Additional Context
No response
Browser Details
No response
Exact BookStack Version
v24.10.3
The text was updated successfully, but these errors were encountered: