Function CategoryApiAxiosParamCreator
- CategoryApiAxiosParamCreator(configuration?): {
batchMoveCategory: ((teamName, batchMoveOptions, options?) => Promise<RequestArgs>);
}
-
Returns {
batchMoveCategory: ((teamName, batchMoveOptions, options?) => Promise<RequestArgs>);
}
-
batchMoveCategory: ((teamName, batchMoveOptions, options?) => Promise<RequestArgs>)
-
- (teamName, batchMoveOptions, options?): Promise<RequestArgs>
-
Parameters
-
teamName: string
-
-
Optional
options: any = {}
Returns Promise<RequestArgs>
CategoryApi - axios parameter creator