Aller au contenu

/api/projects/{id}/rate (PUT)

PUT
/api/projects/{id}/rate
curl --request PUT \
--url https://example.com/api/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/rate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "hourlyRate": 1, "defaultIsBillable": true }'
id
required
string format: uuid
Media type application/json
object
hourlyRate
number format: double
nullable
defaultIsBillable
boolean
nullable
Example generated
{
"hourlyRate": 1,
"defaultIsBillable": true
}

OK