---
title: "campaign/update"
method: POST
path: "/v2/api/campaign/update"
---

# campaign/update

`POST /v2/api/campaign/update`

## Request body

- object
  - `id` string, required
  - `advertiser_id` string, required
  - `name` string, required
  - `objective` string, required
  - `sub_objective` string

## Response `200`

200

- object
  - `id` string
  - `advertiser_id` string
  - `name` string
  - `objective` string
  - `status` string
  - `user_status` string
  - `start_time` string
  - `end_time` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/nextdoor/apis/share-api.md) · [All operations](https://skmtc.net/nextdoor/apis/share-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextdoor/share-api/versions/e267916612d6/schema)
