Funds Api
interface FundsApi
Functions
Link copied to clipboard
Create a Fund Creates a Fund Responses:
Link copied to clipboard
Retrieve a Fund Returns the details of a Fund. Example Requests: funds/1 Responses:
Link copied to clipboard
Retrieve Funds Returns the list of funds. Example Requests: funds Responses:
Link copied to clipboard
abstract suspend fun updateFund(fundId: Long, putFundsFundIdRequest: PutFundsFundIdRequest): PutFundsFundIdResponse
Update a Fund Updates the details of a fund. Responses: