Function CategoryApiFactory
 
- CategoryApiFactory(configuration?, basePath?, axios?): { 
    batchMoveCategory(teamName, batchMoveOptions, options?) => AxiosPromise<BatchMoveResult>; 
} 
- 
Parameters
- 
 
- 
Optional basePath: string
 
- 
Optional axios: AxiosInstance
 
 
Returns { 
    batchMoveCategory(teamName, batchMoveOptions, options?) => AxiosPromise<BatchMoveResult>; 
}
- 
batchMoveCategory:function
- batchMoveCategory(teamName, batchMoveOptions, options?): AxiosPromise<BatchMoveResult>
 
- 
Parameters
- 
teamName: string
 
- 
 
- 
Optional options: any
 
 
 
 
 
 
 
 
CategoryApi - factory interface