Update the current customer’s settings.
cURL
curl --request PATCH \ --url https://api.guile.app/me/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/merge-patch+json' \ --data ' { "socialLoginProviders": { "google": true, "apple": true } } '
{ "socialLoginProviders": { "google": true, "apple": true } }
The social login provider connections to update.
Show child attributes
Ok. The operation succeeded.
Customer settings
The connected social login providers for this customer.