PATCH

Set Default Privacy Status


Developer Preview

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.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Members
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/members/v1/default-privacy-status

Body Params
defaultPrivacyDefaultPrivacyRequired

Default privacy settings to set.

Response Object
defaultPrivacyDefaultPrivacy

Default privacy settings.

Set Default Privacy Status
Request
cURL
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" } }'
Response
JSON
{ "defaultPrivacy": { "id": "44d59dc8-928a-41c4-89c1-e9e804448b99", "defaultPrivacy": "PUBLIC", "revision": "1" } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?