Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitable/apitable
/ updateNodeFavoriteStatus
Function
updateNodeFavoriteStatus
packages/core/src/modules/shared/api/api.ts:582–584 ·
view source on GitHub ↗
(nodeId: string)
Source
from the content-addressed store, hash-verified
580
* @returns
581
*/
582
export
function
updateNodeFavoriteStatus(nodeId: string) {
583
return
axios.post(`${Url.UPDATE_NODE_FAVORITE_STATUS}${nodeId}`);
584
}
585
586
/**
587
* Move favorite node position
Callers
2
clickHandler
Function · 0.85
node_context_menu.tsx
File · 0.85
Calls
1
post
Method · 0.65
Tested by
no test coverage detected