File tree Expand file tree Collapse file tree 2 files changed +313
-138
lines changed
pages/ManagementSettingsPage/IdpSyncPage Expand file tree Collapse file tree 2 files changed +313
-138
lines changed Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ class ApiMethods {
742
742
organization : string ,
743
743
) => {
744
744
const response = await this . axios . patch < TypesGen . Response > (
745
- `/api/v2/organizations/${ organization } /settings/idpsync/groups" ` ,
745
+ `/api/v2/organizations/${ organization } /settings/idpsync/groups` ,
746
746
data ,
747
747
) ;
748
748
return response . data ;
@@ -757,7 +757,7 @@ class ApiMethods {
757
757
organization : string ,
758
758
) => {
759
759
const response = await this . axios . patch < TypesGen . Response > (
760
- `/api/v2/organizations/${ organization } /settings/idpsync/roles" ` ,
760
+ `/api/v2/organizations/${ organization } /settings/idpsync/roles` ,
761
761
data ,
762
762
) ;
763
763
return response . data ;
You can’t perform that action at this time.
0 commit comments