Drive > Settings

Get drive's settings

Get drive's settings

get/2/drive/{drive_id}/settings

Path parameters

drive_idinteger required

Drive identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "shared_link": {
      "images": [
        {
          "public_url": "\"https://kdrive.infomaniak.com/drive/xxxxx/public/d/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/preview\""
        }
      ],
      "txtColor": "#FEFEFE",
      "bgColor": "#FEFEFE"
    },
    "report": {
      "storage_report": {
        "frequency": "monthly"
      }
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.