Updated docs
This commit is contained in:
@@ -17,8 +17,8 @@ def process_xml(request: request, type: str) -> str:
|
|||||||
:param type: Type of needed processing: xsd, xslt or xpath
|
:param type: Type of needed processing: xsd, xslt or xpath
|
||||||
:type type: str
|
:type type: str
|
||||||
:raises ValueError: is raised when type is different than those provided above
|
:raises ValueError: is raised when type is different than those provided above
|
||||||
:return: response JSON converted to string
|
:return: response JSON converted to string and response code
|
||||||
:rtype: str
|
:rtype: str, int
|
||||||
"""
|
"""
|
||||||
start = time.time_ns()
|
start = time.time_ns()
|
||||||
code = 200
|
code = 200
|
||||||
|
|||||||
Reference in New Issue
Block a user