Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5.4
-
Fix Version/s: 4.6
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
Description
The API explorer at http://dmaster.demo.civicrm.org/civicrm/api/explorer has site_key and the user's api_key backwards in the output for the REST URL.
It says:
&api_key=yoursitekey&key=yourkey
It should say:
&api_key=yourkey&key=yoursitekey
Minor but potentially confusing. If you want to assign this to me I can commit a patch next week.