File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ The Validator attributes are decoupled from any implementation and can be safely
2929| ` [ValidateIsAdmin] ` | Protect access to this API to Admin Users only |
3030| ` [ValidateHasPermission] ` | Protect access to this API to only Users assigned with ALL Permissions |
3131| ` [ValidateHasRole] ` | Protect access to this API to only Users assigned with ALL Roles |
32+ | ` [ValidateApiKey] ` | Protect access to this API to only Users with a valid API Key |
3233
3334### Property Validation Attributes
3435
Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ implementation dependencies.
170170| ` [ValidateIsAdmin] ` | Protect access to this API to Admin Users only |
171171| ` [ValidateHasPermission] ` | Protect access to this API to only Users assigned with ALL Permissions |
172172| ` [ValidateHasRole] ` | Protect access to this API to only Users assigned with ALL Roles |
173+ | ` [ValidateApiKey] ` | Protect access to this API to only Users with a valid API Key |
173174
174175### Property Validation Attributes
175176
You can’t perform that action at this time.
0 commit comments