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

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
@@ -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)