Я пытаюсь
Код: Выделить всё
* @OA\Parameter(
* name="itens",
* in="query",
* required=true,
* description="Array of objects with itens to credit (Ex.: [{id_produto:50, qtde:25, valor_unitario:150}, {id_produto:51, qtde: 5, valor_unitario: 20}])",
* @OA\JsonContent(
* type:
* )
* @OA\Schema(
* type="array",
* items= @OA\Items(
* type="object",
* properties= @OA\JsonContent(
*
* )
* )
* )
* ),
Мне нужно передать эти параметры
Подробнее здесь: https://stackoverflow.com/questions/788 ... parameters