- CategoryApiFp(configuration?): {
batchMoveCategory(teamName, batchMoveOptions, options?) => Promise<((axios?, basePath?) => AxiosPromise<BatchMoveResult>)>;
}
-
Returns {
batchMoveCategory(teamName, batchMoveOptions, options?) => Promise<((axios?, basePath?) => AxiosPromise<BatchMoveResult>)>;
}
-
batchMoveCategory:function
- batchMoveCategory(teamName, batchMoveOptions, options?): Promise<((axios?, basePath?) => AxiosPromise<BatchMoveResult>)>
-
Parameters
-
teamName: string
-
-
Optional
options: any
Returns Promise<((axios?, basePath?) => AxiosPromise<BatchMoveResult>)>
CategoryApi - functional programming interface