Preview a settings restore
Validate a settings artifact and report its portable sections before any write.
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/preview" \ -H "Content-Type: application/json" \ -d '{ "exported_at": "string", "format": "string", "omitted": [ "string" ], "providers": null, "settings": null, "version": 0 }'{ "credentials_included": true, "provider_count": 0, "sections": [ "string" ], "valid": true, "version": 0, "warnings": [ "string" ]}Empty