From accbb31b5c0f83566187e49dec222dcda3400384 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 13 Oct 2023 09:40:56 +0200 Subject: [PATCH] [docs-only] Update README.md of the settings service Just some smaller doc fixes. --- services/settings/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/settings/README.md b/services/settings/README.md index db1cd3ed42..3f824fe9b4 100644 --- a/services/settings/README.md +++ b/services/settings/README.md @@ -2,6 +2,8 @@ The `settings` service provides functionality for other services to register new settings as well as storing and retrieving the respective settings' values. +## Settings Managed + The settings service is currently used for managing the: * users' `profile` settings like the language and the email notification settings, @@ -66,7 +68,7 @@ Infinite Scale services can register *settings bundles* with the settings servic ## Settings Usage -Services can set or query ocis *setting values* of a user from settings bundles. +Services can set or query Infinite Scale *setting values* of a user from settings bundles. ## Service Accounts