API PUT call does not work

======== TEMPLATE BUG FORM ========

Wappler Version : 6.1.3
Operating System : linux ubuntu
Server Model: amd r7
Database Type:
Hosting Type: docker

i have prepared an api call to update info using put

but i received this error message

By disabling this process the error disappears

everything seems to be configured correctly, but it doesn’t work

continuing my tests
in schema editor with valid authentication token i received error 401


with the same data in rest cliente i received erro 400 (ok not a valid certicate)

and error 401 in a simple upload page

There’s some defects in the Schema Editor that you may encounter on the Url parameter and the headers (e.g. the ‘Bearer’ that you added isn’t placed in the field when you open the Schema Editor). Make sure you are adding Bearer before your token in the headers field in the Schema Editor. I don’t see it in your screenshot (i.e. type Bearer than add the token starting with eyJ0e... for Bearer eyJ0e...).

great … i fixed
but, now when i try to send a file coded by base64 i received “message”: “base64_encode(): Argument #1 ($string) must be of type string, array given”
this file is from a simple upload file process