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
There currently is no way to do that. Updates (POST only) and Queries (GET or POST) must be sent differently to the server. Updates also require the access token for the server to execute them.
I could imagine the following as an MVP:
a switch for the operation type - Query or Update
the correct request can then be made based on the switch's value
in a next step one would automatically determine the operation type from the string
Hi,
Is there a way to provide token to perform a Sparql Update query from
Qlever-ui
?The text was updated successfully, but these errors were encountered: