This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Sets the default privacy status of a site.
You can only call this method when authenticated as a Wix app or Wix user identity.
Default privacy settings to set.
Default privacy settings.
curl -X PATCH \
https://www.wixapis.com/members/v1/default-privacy-status \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Authorization: <AUTH>'
-d '{
"defaultPrivacy": {
"defaultPrivacy": "PUBLIC",
"revision": "0"
}
}'
{
"defaultPrivacy": {
"id": "44d59dc8-928a-41c4-89c1-e9e804448b99",
"defaultPrivacy": "PUBLIC",
"revision": "1"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.