⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/server/settings

Fetch the full Zipline server settings row along with a list of configuration keys that were overridden at runtime (admin only).

GET/api/server/settings

Response Body

application/json

application/json

{
  "settings": null,
  "tampered": [
    "string"
  ]
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}