Update an earning type
PUT {{baseUrl}}/v1/companies/:company_id/earning_types/:earning_type_uuid
Update an earning type.
scope: payrolls:write
Request Body
{"name"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"name":"Gym Membership Stipend","uuid":"f4dc8972-8830-4c07-b623-349a04b040d7"}