From e03056d9e4329feb86a3cc596b5c6b65f7908882 Mon Sep 17 00:00:00 2001 From: vinckr Date: Fri, 22 Apr 2022 15:32:34 +0200 Subject: [PATCH] docs: remove notice importing credentials not possible --- identity/handler.go | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/identity/handler.go b/identity/handler.go index 53100a429ca7..7769dbc2335a 100644 --- a/identity/handler.go +++ b/identity/handler.go @@ -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 @@ -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). //