MCPcopy 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 */
582export function updateNodeFavoriteStatus(nodeId: string) {
583 return axios.post(`${Url.UPDATE_NODE_FAVORITE_STATUS}${nodeId}`);
584}
585
586/**
587 * Move favorite node position

Callers 2

clickHandlerFunction · 0.85

Calls 1

postMethod · 0.65

Tested by

no test coverage detected