requestBody:
required: true
content:
application/json:
schema:
type: object
description: Допустимые обновления
properties:
name:
type: string
state:
enum:
- "freezed"
- "ongoing"
- "finished"