GET /a/config/{FullPath}

Generic config Get using a full path in the config tree

Path Parameters

  • FullPath (string, required) Full slash-separated path to the config key

Response Example (200)

Response Type /definitions/restConfiguration

{
  "Data": "string",
  "FullPath": "string"
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top