diff --git a/docs/documentation/release_notes/index.adoc b/docs/documentation/release_notes/index.adoc index b1242446d2..03d9b2eb6d 100644 --- a/docs/documentation/release_notes/index.adoc +++ b/docs/documentation/release_notes/index.adoc @@ -16,6 +16,9 @@ include::topics/templates/release-header.adoc[] == {project_name_full} 25.0.0 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 include::topics/24_0_1.adoc[leveloffset=2] diff --git a/docs/documentation/release_notes/topics/24_0_4.adoc b/docs/documentation/release_notes/topics/24_0_4.adoc new file mode 100644 index 0000000000..33b329eec6 --- /dev/null +++ b/docs/documentation/release_notes/topics/24_0_4.adoc @@ -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}]. \ No newline at end of file diff --git a/docs/documentation/upgrading/topics/changes/changes-24_0_4.adoc b/docs/documentation/upgrading/topics/changes/changes-24_0_4.adoc new file mode 100644 index 0000000000..a90c36f7f5 --- /dev/null +++ b/docs/documentation/upgrading/topics/changes/changes-24_0_4.adoc @@ -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. \ No newline at end of file diff --git a/docs/documentation/upgrading/topics/changes/changes.adoc b/docs/documentation/upgrading/topics/changes/changes.adoc index 8f17e5591f..e4ac65ff95 100644 --- a/docs/documentation/upgrading/topics/changes/changes.adoc +++ b/docs/documentation/upgrading/topics/changes/changes.adoc @@ -5,6 +5,10 @@ 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 include::changes-24_0_3.adoc[leveloffset=3]