From 046e2ac9fd8810163702eb9dfe7b2676f025127b Mon Sep 17 00:00:00 2001 From: leondutoit Date: Wed, 22 Jan 2020 14:37:12 +0100 Subject: [PATCH] update docs with changes --- docs/1-data-model.md | 3 --- docs/2-db-structure.md | 6 ------ 2 files changed, 9 deletions(-) diff --git a/docs/1-data-model.md b/docs/1-data-model.md index 8d82298..e040185 100644 --- a/docs/1-data-model.md +++ b/docs/1-data-model.md @@ -19,7 +19,6 @@ Capability Instances -> a parameterised Capability Capability Grants - -> Capability Name -> Host Name -> Namespace identifier -> HTTP method @@ -64,10 +63,8 @@ Capability Grants - Capability instances - parameterised Capabilities, for use in generation of capability URLs - Capability grants - - HTTP grants are linked to specific capabilities by their names - grant are grouped into sets - grant sets are defined by: - - capability name - api hostname - api namespace - http method diff --git a/docs/2-db-structure.md b/docs/2-db-structure.md index 0f87d7d..8510da3 100644 --- a/docs/2-db-structure.md +++ b/docs/2-db-structure.md @@ -91,12 +91,6 @@ group_capabilities(group_name text) {group_name: '', group_capabilities: []} */ -capability_grants(capability_name text) -/* - Returns: - {capability_name: '', capability_grants: []} -*/ - capability_grant_rank_set(grant_id text, new_grant_rank int) /* Returns: