Skip to content
Snippets Groups Projects
Commit 928cb802 authored by Daniel Perez's avatar Daniel Perez
Browse files

fix: add missing header in dataset lock

parent c90a9d8c
No related branches found
No related tags found
No related merge requests found
Pipeline #275730 passed
......@@ -484,6 +484,7 @@ namespace seismicdrive
// add the write lock (if not specified the service will generate one for you)
http.add_header("x-seismic-dms-lockid", generateLockID(LockMode::WRITE));
http.add_header("data-partition-id", sdpath.getTenantName());
setDefaultCallbacks(http);
http.add_header("content-type", "application/json");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment