Skip to content

Commit 9ce5124

Browse files
update method in sync with ingestors
1 parent 0fe2ca6 commit 9ce5124

File tree

1 file changed

+1
-1
lines changed
  • src/handlers/http/cluster

1 file changed

+1
-1
lines changed

src/handlers/http/cluster/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ pub async fn sync_users_with_roles_with_ingestors(
253253

254254
async move {
255255
let res = INTRA_CLUSTER_CLIENT
256-
.put(url)
256+
.patch(url)
257257
.header(header::AUTHORIZATION, &ingestor.token)
258258
.header(header::CONTENT_TYPE, "application/json")
259259
.body(role_data)

0 commit comments

Comments
 (0)