v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01421779.8 KB
Campaign

Updates details of specified campaign.

put/campaign/{id}

Path parameters

idinteger required

Campaign ID

Request body

namestring
descriptionstring
starts_atstring
ends_atstring

Example request

{
  "name": "2024 Subcommittee Recruitment",
  "description": "Are you excited to make a difference?",
  "starts_at": "2024-03-15T18:25:43.511Z",
  "ends_at": "2024-04-15T18:25:43.511Z"
}

Response

OK

messagestring

Example response

{
  "message": "Successfully updated campaign."
}