---
title: "POST /v2/campaigns/{id}/entry-limits"
method: POST
path: "/v2/campaigns/{id}/entry-limits"
---

# POST /v2/campaigns/{id}/entry-limits

`POST /v2/campaigns/{id}/entry-limits`

Updates the entry limits config for a campaign. This API is idempotent.

## Path parameters

- `id` string, required — Identifier representing a Campaign

## Request body

- object
  - `entryLimitsConfig` object, required — Campaign entry limits config
    - `maxEntryCount` integer — Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.
    - `minEntryInterval` string — Minimum time interval that must pass before a participant can enter the campaign again.

## Response `200`

Success

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ConflictException
- `484` — InvalidCampaignStateException
- `485` — AccessDeniedException

---

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