Closed pranavkparti closed 1 year ago
The POST /transfers endpoint returns token_count as a field.
POST /transfers
token_count
Issue(s) addressed
What kind of change(s) does this PR introduce?
Please check if the PR fulfills these requirements
What is the current behavior? The endpoint doesn't return token_count, unlike related endpoints GET /transfers and GET /transfers/:id.
GET /transfers
GET /transfers/:id
What is the new behavior?
Does this PR introduce a breaking change? No.
None.
:tada: This PR is included in version 1.23.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description
The
POST /transfers
endpoint returnstoken_count
as a field.Issue(s) addressed
What kind of change(s) does this PR introduce?
Please check if the PR fulfills these requirements
Issue
What is the current behavior? The endpoint doesn't return
token_count
, unlike related endpointsGET /transfers
andGET /transfers/:id
.What is the new behavior?
token_count
is returned:Breaking change
Does this PR introduce a breaking change? No.
Other useful information
None.