Skip to content

Commit d8aa9c6

Browse files
authored
Update code block
1 parent ae21db7 commit d8aa9c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ The following Views and menus are available on the backend.
3333
* Some sort of Adapters to query Human readable name for Context per extension
3434

3535
## Methods (APIs ?)
36-
SetHierarchy(userid, mgr_id, context, context_id)
37-
GetHierarchyTree(userid, context, context_id, level)
38-
GetManagers(userid, context, context_idlevel)
36+
```
37+
setHierarchy(userid, mgr_id, context, context_id)
38+
39+
getHierarchyTree(userid, context, context_id, level)
40+
41+
getManagers(userid, context, context_idlevel)
42+
```
3943

4044
## Future Upgrades
4145
*Fetching fields to show on User Team view from Integration available

0 commit comments

Comments
 (0)