|
|
@ -269,6 +269,7 @@ class MatrixUnits(Units):
|
|
|
|
full_path = api.get("basePath", "").rstrip("/") + path
|
|
|
|
full_path = api.get("basePath", "").rstrip("/") + path
|
|
|
|
endpoint = {
|
|
|
|
endpoint = {
|
|
|
|
"title": single_api.get("summary", ""),
|
|
|
|
"title": single_api.get("summary", ""),
|
|
|
|
|
|
|
|
"deprecated": single_api.get("deprecated", False),
|
|
|
|
"desc": single_api.get("description", single_api.get("summary", "")),
|
|
|
|
"desc": single_api.get("description", single_api.get("summary", "")),
|
|
|
|
"method": method.upper(),
|
|
|
|
"method": method.upper(),
|
|
|
|
"path": full_path.strip(),
|
|
|
|
"path": full_path.strip(),
|
|
|
|