v1
latestSwagger 2.02026-07-137811.9 KBreimbursement
Update Reimbursement
Update an existing Reimbursement policy
patch/reimbursement/{projectId}
Request body
Example request
{
"Beneficiaries": [
{
"EmailAddress": "DaffyDuck@example.org",
"Name": "Daffy Duck"
},
{
"EmailAddress": "PorkyPig@example.org",
"Name": "Porky Pik"
}
],
"Categories": [
"Anvils",
"Carrots",
"Travel"
],
"EntityType": "other",
"Owner": {
"EmailAddress": "BugsBunny@example.org",
"Name": "Bugs Bunny"
},
"ProjectURL": "https://funding.dev.platform.linuxfoundation.org/projects/asp-net"
}Response
OK