Skip to content

Commit

Permalink
update docs with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leondutoit committed Jan 22, 2020
1 parent b57128a commit 046e2ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions docs/1-data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Capability Instances
-> a parameterised Capability
Capability Grants
-> Capability Name
-> Host Name
-> Namespace identifier
-> HTTP method
Expand Down Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions docs/2-db-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 046e2ac

Please sign in to comment.