Hi!
I have a custom form from where I would like to let the vendor update less attributes than in the original update listing form. I think I have to send the form and send the post information to the API REST endpoint:
wp-json/hivepress/v1/listings/<id>
The problem is that I obtain “401 error” from response. I think it could be related to the authentication. Do I have to include some namespace/function or something like that?
Thanks and regards,