Skip to main content
PATCH
/
me
/
settings
Update my settings
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
  }
}

Body

application/merge-patch+json
socialLoginProviders
object

The social login provider connections to update.

Response

Ok. The operation succeeded.

Customer settings

socialLoginProviders
object
required

The connected social login providers for this customer.