File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
templates/python/package/services Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function getSSLPage($url) {
4242 // $platform = 'console';
4343 // $platform = 'server';
4444
45- $ version = '1.8 .x ' ;
45+ $ version = '1.7 .x ' ;
4646 $ spec = getSSLPage ("https://raw.githubusercontent.com/appwrite/appwrite/ {$ version }/app/config/specs/swagger2- {$ version }- {$ platform }.json " );
4747
4848 if (empty ($ spec )) {
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ class {{ service.name | caseUcfirst }}(Service):
4343 This API has been deprecated.
4444{%~ endif %}
4545{% endif %}
46-
4746 Parameters
4847 ----------
4948 {% for parameter in method .parameters .all %}{{ parameter .name | escapeKeyword | caseSnake }} : {{ parameter | getPropertyType(method ) | raw }}
You can’t perform that action at this time.
0 commit comments