Skip to content
Snippets Groups Projects
Unverified Commit 6d933273 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #717 from civicrm/colemanw-patch-1

Update explorer url
parents d535bd4e 7fe4f862
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ The API explorer is a powerful GUI tool for building and executing API calls. To
1. Log in to a CiviCRM site as an administrator.
* This can even be the [demo site](http://dmaster.demo.civicrm.org/).
2. Within the CivCRM menu, go to **Support > Developer** and either **API Explorer v3** or **API Explorer v4** (URL `/civicrm/api` or `/civicrm/api4`).
2. Within the CivCRM menu, go to **Support > Developer** and either **API Explorer v3** or **API Explorer v4** (URL `/civicrm/api3` or `/civicrm/api4`).
!!! warning
The API explorer executes real API calls. It can modify data! So if you execute a `Contact` `delete` call, it will really delete the contact. As such, any experimenting is best done within a test site.
......
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