Update settings
PATCH/v3/settings
Update settings for an organization
Body ParametersJSON
Update settings
curl https://api.supermemory.ai/v3/settings \
-X PATCH \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $SUPERMEMORY_API_KEY" \
-d '{}'{
"orgId": "orgId",
"orgSlug": "orgSlug",
"updated": {
"chunkSize": -2147483648,
"excludeItems": "string",
"filterPrompt": "filterPrompt",
"githubClientId": "githubClientId",
"githubClientSecret": "githubClientSecret",
"githubCustomKeyEnabled": true,
"googleDriveClientId": "googleDriveClientId",
"googleDriveClientSecret": "googleDriveClientSecret",
"googleDriveCustomKeyEnabled": true,
"includeItems": "string",
"notionClientId": "notionClientId",
"notionClientSecret": "notionClientSecret",
"notionCustomKeyEnabled": true,
"onedriveClientId": "onedriveClientId",
"onedriveClientSecret": "onedriveClientSecret",
"onedriveCustomKeyEnabled": true,
"shouldLLMFilter": true
}
}Returns Examples
{
"orgId": "orgId",
"orgSlug": "orgSlug",
"updated": {
"chunkSize": -2147483648,
"excludeItems": "string",
"filterPrompt": "filterPrompt",
"githubClientId": "githubClientId",
"githubClientSecret": "githubClientSecret",
"githubCustomKeyEnabled": true,
"googleDriveClientId": "googleDriveClientId",
"googleDriveClientSecret": "googleDriveClientSecret",
"googleDriveCustomKeyEnabled": true,
"includeItems": "string",
"notionClientId": "notionClientId",
"notionClientSecret": "notionClientSecret",
"notionCustomKeyEnabled": true,
"onedriveClientId": "onedriveClientId",
"onedriveClientSecret": "onedriveClientSecret",
"onedriveCustomKeyEnabled": true,
"shouldLLMFilter": true
}
}