v1
latestOpenAPI 3.0.02026-08-062903562.2 MBFundraising Team
updateFundraisingTeam
Update a Fundraising Team
put/fundraising-teams/{fundraising_team}
Path parameters
fundraising_teaminteger required
Example:209745
Primary identifier of Fundraising Team
Request body
Example request
{
"city": "San Diego",
"country": "US",
"description": "My team description",
"name": "My Team",
"postal_code": "90210",
"raw_currency_code": "EUR",
"raw_goal": "100",
"state": "CA",
"supporter_first_name": "Alex",
"supporter_last_name": "Doe",
"thank_you_text": "Thank you!",
"designation_id": 34672
}Response
Success
Example response
{
"campaign_id": 227362,
"city": "San Diego",
"country": "US",
"cover_photo_id": 1145,
"cover_photo_url": "https://gofundme-cdn-url.com/your-cover-photo.png",
"created_at": "2021-04-23T08:23:21Z",
"currency_code": "USD",
"description": "My team description",
"goal": 108.23,
"id": 209745,
"logo_id": 1145,
"logo_url": "https://gofundme-cdn-url.com/your-cover-photo.png",
"name": "My Team",
"organization_id": 82364,
"parent_id": 209750,
"postal_code": "90210",
"raw_currency_code": "EUR",
"raw_goal": "100",
"root_id": 3345,
"state": "CA",
"status": "active",
"team_lead_id": 2012,
"team_lead_supporter_id": 7845,
"thank_you_text": "Thank you!",
"updated_at": "2021-04-23T10:25:03Z",
"canonical_url": "/team/10",
"designation_id": 34672,
"team_policy_id": 2354
}