Skip to content

Commit 4b1248c

Browse files
committed
make gen
1 parent cb3c69d commit 4b1248c

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

coderd/apidoc/docs.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/coderd/idpsync.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func (api *API) groupIDPSyncSettings(rw http.ResponseWriter, r *http.Request) {
4444
// @ID update-group-idp-sync-settings-by-organization
4545
// @Security CoderSessionToken
4646
// @Produce json
47+
// @Accept json
4748
// @Tags Enterprise
4849
// @Param organization path string true "Organization ID" format(uuid)
4950
// @Param request body codersdk.GroupSyncSettings true "New settings"
@@ -138,6 +139,7 @@ func (api *API) roleIDPSyncSettings(rw http.ResponseWriter, r *http.Request) {
138139
// @ID update-role-idp-sync-settings-by-organization
139140
// @Security CoderSessionToken
140141
// @Produce json
142+
// @Accept json
141143
// @Tags Enterprise
142144
// @Param organization path string true "Organization ID" format(uuid)
143145
// @Param request body codersdk.RoleSyncSettings true "New settings"
@@ -210,6 +212,7 @@ func (api *API) organizationIDPSyncSettings(rw http.ResponseWriter, r *http.Requ
210212
// @ID update-organization-idp-sync-settings
211213
// @Security CoderSessionToken
212214
// @Produce json
215+
// @Accept json
213216
// @Tags Enterprise
214217
// @Success 200 {object} codersdk.OrganizationSyncSettings
215218
// @Param request body codersdk.OrganizationSyncSettings true "New settings"

0 commit comments

Comments
 (0)