From 9c2cbe162662222028a05cea6851510ba7edc163 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 28 May 2021 14:37:40 +0200 Subject: [PATCH] DOC: Fixed typo in doc. --- src/doc/Glossary.md | 8 ++++---- src/doc/concepts.rst | 2 +- src/doc/{Permissions.rst => permissions.rst} | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) rename src/doc/{Permissions.rst => permissions.rst} (99%) diff --git a/src/doc/Glossary.md b/src/doc/Glossary.md index 080c2aea..39baab24 100644 --- a/src/doc/Glossary.md +++ b/src/doc/Glossary.md @@ -1,5 +1,9 @@ # Glossary +## Valid ID + +The ID of an existing entity. It is by definition unique among the IDs of all existing entities and is a positive integer." + ## Valid Unique Existing Name A name of an exiting entity which is unique among the names of all existing entities. @@ -8,10 +12,6 @@ A name of an exiting entity which is unique among the names of all existing enti A name of a to-be-inserted/updated entity _e_ which is unique among the names of all other entities that are to be inserted or updated along with the entity _e_. -## Valid ID - -The ID of an existing entity. It is by definition unique among the IDs of all existing entities and is a positive integer." - ## Valid Unique Temporary ID The negative integer ID of a to-be-inserted entity _e_ which is unique among the ids of all other entities that are to be inserted along with the entity _e_. diff --git a/src/doc/concepts.rst b/src/doc/concepts.rst index 0db61863..4403c958 100644 --- a/src/doc/concepts.rst +++ b/src/doc/concepts.rst @@ -7,7 +7,7 @@ Basic concepts of the CaosDB server :glob: Data Model <Data-Model> - Permissions + permissions roles The CaosDB server provides the HTTP API resources to users and client libraries. It uses a plain diff --git a/src/doc/Permissions.rst b/src/doc/permissions.rst similarity index 99% rename from src/doc/Permissions.rst rename to src/doc/permissions.rst index a5fae0bb..2a1278ec 100644 --- a/src/doc/Permissions.rst +++ b/src/doc/permissions.rst @@ -1,4 +1,5 @@ -#Permissions +Permissions +=========== CaosDB has a fine grained role based permission system. Each interaction with the server is governed by the current rules of the user, by default -- GitLab