---
title: "PUT /campaign/{id}"
method: PUT
path: "/campaign/{id}"
tags: ["Campaign"]
---

# PUT /campaign/{id}

`PUT /campaign/{id}`

Updates details of specified campaign.

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string
  - `description` string
  - `starts_at` string
  - `ends_at` string

## Response `200`

OK

- object
  - `message` string

## Other responses

- `401` — Not logged in.
- `403` — User is not an organisation admin.

---

[API](https://skmtc.dev/devsoc-unsw/apis/chaos-api.md) · [All operations](https://skmtc.dev/devsoc-unsw/apis/chaos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devsoc-unsw/chaos-api/revisions/b169cdb125bd/schema)
