curl --request PUT \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/links/{link} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"rate_per_kwh": 123
}
'{
"link": {}
}curl --request PUT \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/links/{link} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"rate_per_kwh": 123
}
'{
"link": {}
}Updates the name and optionally the rate of a reimbursement link.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
1 and 125.