/api/version
Info
Requires authentication
GET Get version info
Headers
Upload a file to Zipline, for more options see the configuration page.
Body (multipart/form-data)
Field names of files should be file
, if you want to upload multiple files then just append multiple fields with the name still being file
.
200 Ok (JSON)
Field Name | Type | Description |
---|---|---|
files | array of strings | The URLs of the uploaded files |
{"files": ["https://example.com/asdfgh.png"]}
403 Unauthorized (JSON)
version hidden
- TheWEBSITE_SHOW_VERSION
is set tofalse
, therefore the version is hidden.
Last updated: 12/24/2022
Edit this page on GitHub