mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
fix errors
This commit is contained in:
parent
77df75a038
commit
be1ebce45f
|
@ -13,9 +13,6 @@ info:
|
||||||
license:
|
license:
|
||||||
name: "Apache 2.0"
|
name: "Apache 2.0"
|
||||||
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
|
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
|
||||||
servers:
|
|
||||||
- url:
|
|
||||||
description: Current host server
|
|
||||||
host: "<?php echo $_SERVER['HTTP_HOST']; ?>"
|
host: "<?php echo $_SERVER['HTTP_HOST']; ?>"
|
||||||
basePath: "<?php echo $settings->_httpRoot; ?>restapi/index.php"
|
basePath: "<?php echo $settings->_httpRoot; ?>restapi/index.php"
|
||||||
tags:
|
tags:
|
||||||
|
@ -1510,7 +1507,7 @@ paths:
|
||||||
produces:
|
produces:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
consumes:
|
consumes:
|
||||||
- "application/x-www-form-urlencoded"
|
- "multipart/form-data"
|
||||||
parameters:
|
parameters:
|
||||||
- name: "id"
|
- name: "id"
|
||||||
in: "path"
|
in: "path"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user