Update limits
curl --request PUT \
--url https://api.txcloud.io/v1/transactions/limits \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Rules
Update limits
PUT
/
transactions
/
limits
Update limits
curl --request PUT \
--url https://api.txcloud.io/v1/transactions/limits \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The body is of type object.
Response
200
Limits updated
⌘I