Additional note on release and upgrade guides about partial update on user attributes
Closes #28220 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
579197a254
commit
d2c5fc86a9
4 changed files with 23 additions and 0 deletions
|
@ -16,6 +16,9 @@ include::topics/templates/release-header.adoc[]
|
||||||
== {project_name_full} 25.0.0
|
== {project_name_full} 25.0.0
|
||||||
include::topics/25_0_0.adoc[leveloffset=2]
|
include::topics/25_0_0.adoc[leveloffset=2]
|
||||||
|
|
||||||
|
== {project_name_full} 24.0.4
|
||||||
|
include::topics/24_0_4.adoc[leveloffset=2]
|
||||||
|
|
||||||
== {project_name_full} 24.0.1
|
== {project_name_full} 24.0.1
|
||||||
include::topics/24_0_1.adoc[leveloffset=2]
|
include::topics/24_0_1.adoc[leveloffset=2]
|
||||||
|
|
||||||
|
|
6
docs/documentation/release_notes/topics/24_0_4.adoc
Normal file
6
docs/documentation/release_notes/topics/24_0_4.adoc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
= Partial update to user attributes when updating users through the Admin User API is no longer supported
|
||||||
|
|
||||||
|
When updating user attributes through the Admin User API, you cannot execute partial updates when updating the
|
||||||
|
user attributes, including the root attributes like `username`, `email`, `firstName`, and `lastName`.
|
||||||
|
|
||||||
|
For more details, see the link:{upgradingguide_link}[{upgradingguide_name}].
|
|
@ -0,0 +1,10 @@
|
||||||
|
= Partial update to user attributes when updating users through the Admin User API is no longer supported
|
||||||
|
|
||||||
|
When updating user attributes through the Admin User API, you cannot execute partial updates when updating the
|
||||||
|
user attributes, including the root attributes like `username`, `email`, `firstName`, and `lastName`.
|
||||||
|
|
||||||
|
If you are updating user attributes through the Admin User API without passing all the attributes that the administrator
|
||||||
|
has write permissions, the missing attributes will be removed. On the other hand, if an attribute is marked as read-only for
|
||||||
|
administrators, not sending the attribute won't remove it.
|
||||||
|
|
||||||
|
See the link:{adminguide_link}#user-profile[User Profile Documentation] for the details about the user profile settings.
|
|
@ -5,6 +5,10 @@
|
||||||
|
|
||||||
include::changes-25_0_0.adoc[leveloffset=3]
|
include::changes-25_0_0.adoc[leveloffset=3]
|
||||||
|
|
||||||
|
=== Migrating to 24.0.4
|
||||||
|
|
||||||
|
include::changes-24_0_4.adoc[leveloffset=3]
|
||||||
|
|
||||||
=== Migrating to 24.0.3
|
=== Migrating to 24.0.3
|
||||||
|
|
||||||
include::changes-24_0_3.adoc[leveloffset=3]
|
include::changes-24_0_3.adoc[leveloffset=3]
|
||||||
|
|
Loading…
Reference in a new issue