Skip to content

Commit 91d0eba

Browse files
committed
make gen
1 parent 1189fe7 commit 91d0eba

File tree

4 files changed

+220
-2
lines changed

4 files changed

+220
-2
lines changed

coderd/apidoc/docs.go

+76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

+68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/enterprise.md

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/coderd/idpsync.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ func (api *API) patchOrganizationIDPSyncSettings(rw http.ResponseWriter, r *http
263263
})
264264
}
265265

266-
// @Summary Get the available idp sync claim fields
267-
// @ID get-the-available-idp-sync-claim-fields
266+
// @Summary Get the available organization idp sync claim fields
267+
// @ID get-the-available-organization-idp-sync-claim-fields
268268
// @Security CoderSessionToken
269269
// @Produce json
270270
// @Tags Enterprise

0 commit comments

Comments
 (0)