Skip to content

Commit

Permalink
docs: remove notice importing credentials not possible (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Apr 22, 2022
1 parent 562e340 commit b80ed69
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions identity/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,7 @@ type AdminCreateIdentityImportCredentialsOidcProvider struct {
//
// Create an Identity
//
// This endpoint creates an identity. It is NOT possible to set an identity's credentials (password, ...)
// using this method! A way to achieve that will be introduced in the future.
//
// Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
// This endpoint creates an identity. Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
//
// Consumes:
// - application/json
Expand Down Expand Up @@ -415,10 +412,7 @@ type AdminUpdateIdentityBody struct {
//
// Update an Identity
//
// This endpoint updates an identity. It is NOT possible to set an identity's credentials (password, ...)
// using this method! A way to achieve that will be introduced in the future.
//
// The full identity payload (except credentials) is expected. This endpoint does not support patching.
// This endpoint updates an identity. The full identity payload (except credentials) is expected. This endpoint does not support patching.
//
// Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
//
Expand Down

0 comments on commit b80ed69

Please sign in to comment.