Skip to main content
PATCH
Update a task credit

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_credit_id
string
required

Body

application/json
task_id
integer
Example:

7

user_id
integer
Example:

42

credits
number
Example:

5

comment
string
Example:

"Updated credit note"

service_checkout_id
integer | null
service_id
integer | null
invoice_service_id
integer | null
automated
boolean
Example:

false

Response

200 - application/json

Task credit updated

success
boolean
Example:

true

task_credit
object