'in' => ['query', 'header', 'path', 'cookie']
/**
* @Operation(
* tags={"Post"},
* summary="Update post",
* @OA\Parameter(
* name="title",
* in=" проблема здесь ",
* description="Post title",
* @OA\Schema(type="string"),
* required=false
* ),