Skip to content

Commit

Permalink
Update documentation/API-design-guidelines.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rafal Artych <[email protected]>
  • Loading branch information
bigludo7 and rartych authored Nov 22, 2024
1 parent ac994a5 commit f3d5e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/API-design-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ The decision on the API-level scopes was made within the [Identity and Consent M
The scopes will always be those defined in the API Specs YAML files. Thus, a scope would only provide access to all endpoints and resources of an API if it is explicitly defined in the API Spec YAML file and agreed in the corresponding API subproject.
### 11.7 API access restriction (Based on token & client Id)
### 11.7 Resource access restriction
In some CAMARA APIs there are functions to create resource (via POST) and then later query them via id and/or list (with GET) or delete them (via DELETE). For example we have sessions, payments, subscriptions, etc..
Expand Down

0 comments on commit f3d5e46

Please sign in to comment.