Skip to content
Snippets Groups Projects
Commit 2a1aa384 authored by Seamus Lee's avatar Seamus Lee Committed by Sean Madsen
Browse files

Add in line as discussed with Sean re API security and add redirect

parent d5945437
No related branches found
No related tags found
1 merge request!245Security related documentation
......@@ -220,3 +220,7 @@ wp civicrm-api contact.get first_name=Alice last_name=Roberts
```bash
cv api contact.get first_name=Alice last_name=Roberts
```
## API Security
API has security mesasures inbuilt dependign on the way the API is called that can also be turned off or on. API Permissions are also able to be altered via hook. More information on API Security can be found in the [Security Doucmentation](/security/permissions.md).
......@@ -156,3 +156,4 @@ Coding+Standards standards
QuickForm+Reference framework/quickform
EntityRef+Fields framework/quickform/entityref
Pseudoconstant+option+list+Reference framework/pseudoconstant
API+Security api/usage/#api-security
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment