We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe2ca6 commit 9ce5124Copy full SHA for 9ce5124
src/handlers/http/cluster/mod.rs
@@ -253,7 +253,7 @@ pub async fn sync_users_with_roles_with_ingestors(
253
254
async move {
255
let res = INTRA_CLUSTER_CLIENT
256
- .put(url)
+ .patch(url)
257
.header(header::AUTHORIZATION, &ingestor.token)
258
.header(header::CONTENT_TYPE, "application/json")
259
.body(role_data)
0 commit comments