Skip to content

Commit 6db1e4b

Browse files
committed
make gen
1 parent f0832f1 commit 6db1e4b

File tree

4 files changed

+220
-2
lines changed

4 files changed

+220
-2
lines changed

coderd/apidoc/docs.go

Lines changed: 76 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: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/enterprise.md

Lines changed: 74 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ func (api *API) patchOrganizationIDPSyncSettings(rw http.ResponseWriter, r *http
259259
})
260260
}
261261

262-
// @Summary Get the available idp sync claim fields
263-
// @ID get-the-available-idp-sync-claim-fields
262+
// @Summary Get the available organization idp sync claim fields
263+
// @ID get-the-available-organization-idp-sync-claim-fields
264264
// @Security CoderSessionToken
265265
// @Produce json
266266
// @Tags Enterprise

0 commit comments

Comments
 (0)