Skip to content

Commit

Permalink
Use .md list automatic numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbetz committed May 24, 2023
1 parent 13da7cf commit 6ba9765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/reference/using-api/cel.md
Expand Up @@ -164,8 +164,8 @@ API resource checks are performed as follows:
Non-resource authorization performed are used as follows:

1. specify only a path: `Authorizer.path(string) PathCheck`
2. Call `PathCheck.check(httpVerb string) Decision` to perform the authorization check.
3. Call `allowed() bool` or `reason() string` to inspect the result of the authorization check.
1. Call `PathCheck.check(httpVerb string) Decision` to perform the authorization check.
1. Call `allowed() bool` or `reason() string` to inspect the result of the authorization check.

To perform an authorization check for a service account:

Expand Down

0 comments on commit 6ba9765

Please sign in to comment.