switched all --account args to --account_id, fixed issues reported by @osilkin98 and regenerated api.json
This commit is contained in:
parent
4185a3b9e3
commit
c753a5825a
3 changed files with 1370 additions and 1122 deletions
scripts
|
@ -61,6 +61,7 @@ def write_api(f):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
html_file = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'docs', 'api.json')
|
||||
parent = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
html_file = os.path.join(parent, 'docs', 'api.json')
|
||||
with open(html_file, 'w+') as f:
|
||||
write_api(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue