Update

Updates the workspace.

Authentication

AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).

Request

This endpoint expects an object.
logo_urlstring or nullOptional
URL of the workspace logo. Must be an https URL ending in .png or .svg, or null to clear it.
ip_allowlistlist of stringsOptional
IP addresses or CIDR ranges allowed to access the workspace.

Response

Success response
successboolean

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error