---
title: "Create a prescaling Event"
method: POST
path: "/api/v1/events/"
tags: ["prescalingevent"]
---

# Create a prescaling Event

`POST /api/v1/events/`

Create a prescaling Event

## Request body

- HandlersCreateDTO
  - `date` string
  - `description` string
  - `end_time` string
  - `multiplier` integer
  - `name` string
  - `start_time` string

## Response `200`

OK

- ServicesPrescalingEventOutput
  - `date` string
  - `description` string
  - `end_time` string
  - `multiplier` integer
  - `name` string
  - `start_time` string

## Other responses

- `500` — Internal Server Error

## Changes

> 5 revisions in range; 2 could not be searched.

- **2022-08-01** `ef8c13237100` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `201`

[Change history](https://skmtc.dev/bedrockstreaming/apis/prescaling-api/changes/api/v1/events/post.md)

---

[API](https://skmtc.dev/bedrockstreaming/apis/prescaling-api.md) · [All operations](https://skmtc.dev/bedrockstreaming/apis/prescaling-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bedrockstreaming/prescaling-api/revisions/9e4dd625527b/schema)
