admin api commenting tweak

This commit is contained in:
Ro 2021-07-22 13:06:52 -07:00
parent 83b4aff716
commit 0ec49de8ab

View file

@ -323,7 +323,7 @@ class FipamoAdminAPI {
/** /**
* *Promise method for retrieving site and member info*\ * *Promise method for retrieving site and member info*\
* **GET** `/api/v1/settings/:type` * **GET** `/api/v1/settings/:type`
* @param {string} type - type of info requested * @param {string} type - type of info requested ['site'|'member'];
* @example * @example
* api.getInfo("type").then(data=>{ * api.getInfo("type").then(data=>{
console.log("Info Object", data); console.log("Info Object", data);