admin api commenting tweak
This commit is contained in:
parent
83b4aff716
commit
0ec49de8ab
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class FipamoAdminAPI {
|
|||
/**
|
||||
* *Promise method for retrieving site and member info*\
|
||||
* **GET** `/api/v1/settings/:type`
|
||||
* @param {string} type - type of info requested
|
||||
* @param {string} type - type of info requested ['site'|'member'];
|
||||
* @example
|
||||
* api.getInfo("type").then(data=>{
|
||||
console.log("Info Object", data);
|
||||
|
|
Loading…
Reference in a new issue