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
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
And it gives Request header field prefer is not allowed by Access-Control-Allow-Headers in preflight response. error. When I delete this header, it works.
Also for the create operation, the example on your README file is:
But it doesn't work when the resource is in the content field. It gives error and expects resource.resourceType field, so I changed the content to resource and it worked. Please update your readme file or make a better documentation for all the operations.
The text was updated successfully, but these errors were encountered:
There is a header appended to these methods
And it gives
Request header field prefer is not allowed by Access-Control-Allow-Headers in preflight response.
error. When I delete this header, it works.Also for the
create
operation, the example on your README file is:But it doesn't work when the resource is in the
content
field. It gives error and expectsresource.resourceType
field, so I changed thecontent
toresource
and it worked. Please update your readme file or make a better documentation for all the operations.The text was updated successfully, but these errors were encountered: