curl --request PUT \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"default_rate": 123,
"default_currency": "<string>"
}
'{
"default_rate": 123,
"default_currency": "<string>"
}curl --request PUT \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"default_rate": 123,
"default_currency": "<string>"
}
'{
"default_rate": 123,
"default_currency": "<string>"
}Updates the default reimbursement rate and currency for a team.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.