fix errors

This commit is contained in:
Uwe Steinmann 2025-01-29 10:23:57 +01:00
parent 77df75a038
commit be1ebce45f

View File

@ -13,9 +13,6 @@ info:
license:
name: "Apache 2.0"
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
servers:
- url:
description: Current host server
host: "<?php echo $_SERVER['HTTP_HOST']; ?>"
basePath: "<?php echo $settings->_httpRoot; ?>restapi/index.php"
tags:
@ -1510,7 +1507,7 @@ paths:
produces:
- "application/json"
consumes:
- "application/x-www-form-urlencoded"
- "multipart/form-data"
parameters:
- name: "id"
in: "path"