Documentation
Sign inGet started

Update the current workspace settings

PATCH
/v1/workspace/settings
curl -X PATCH "https://us1.platform.bird.com/v1/workspace/settings" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
Updates the feature settings for the current workspace.
Anfrage-Nutzlast
email
object
Untergeordnete Parameter anzeigen
email.storage_enabled
boolean
Whether the content of outgoing email — the HTML and text body and any attachments — is retained so it can be retrieved later through the message content endpoint. When disabled, only message metadata is kept.
Antwort-Payload
email
object
erforderlich
Untergeordnete Attribute anzeigen
email.storage_enabled
boolean
erforderlich
Whether the content of outgoing email — the HTML and text body and any attachments — is retained so it can be retrieved later through the message content endpoint. When disabled, only message metadata is kept.