Update Fee
PATCH/v1/fees/:id
Updates an existing fee. Only the values you send change: a fields object updates the field IDs it names and leaves the rest as they are, and an omitted name keeps the current name.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Fee updated successfully
Invalid request parameters
Invalid or missing API key
Fee not found
Internal server error