Update FundingAgency
Path parameters
-
FundingAgency ID
PUT
/v1/fundingAgencies/{id}
curl \
-X PUT http://localhost:4000/v1/fundingAgencies/uuidv4
Response examples (200)
{
"data": {
"id": "<uuid v4>",
"name": "Jobcenter Hamburg",
"type": "jobcenter",
"partnerType": "funding_agency"
}
}