Skip to content

Commit eeafdd2

Browse files
committed
feat: add form fields
1 parent ea00995 commit eeafdd2

File tree

2 files changed

+313
-138
lines changed

2 files changed

+313
-138
lines changed

site/src/api/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ class ApiMethods {
742742
organization: string,
743743
) => {
744744
const response = await this.axios.patch<TypesGen.Response>(
745-
`/api/v2/organizations/${organization}/settings/idpsync/groups"`,
745+
`/api/v2/organizations/${organization}/settings/idpsync/groups`,
746746
data,
747747
);
748748
return response.data;
@@ -757,7 +757,7 @@ class ApiMethods {
757757
organization: string,
758758
) => {
759759
const response = await this.axios.patch<TypesGen.Response>(
760-
`/api/v2/organizations/${organization}/settings/idpsync/roles"`,
760+
`/api/v2/organizations/${organization}/settings/idpsync/roles`,
761761
data,
762762
);
763763
return response.data;

0 commit comments

Comments
 (0)