Restore portable settings
Merge portable settings into this installation. Existing credentials survive only for an unchanged non-OAuth provider identity; secrets are never read from the artifact.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/settings/restore" \ -H "Content-Type: application/json" \ -d '{ "exported_at": "string", "format": "string", "omitted": [ "string" ], "providers": null, "settings": null, "version": 0 }'{ "credentials_restored": true, "provider_count": 0, "restored": true, "sections": [ "string" ], "warnings": [ "string" ]}Empty