Skip to main content
POST
/
workspaces
/
update
await seam.workspaces.update({
  name: "My Workspace",
  connect_partner_name: "Acme",
  connect_webview_customization: {
    inviter_logo_url:
      "https://connect.getseam.com/internal/images/view?image_id=1de135fa-f0c2-4e57-90d0-6b9a7d090a0c",
    logo_shape: "circle",
    primary_button_color: "#232426",
    primary_button_text_color: "#FFFDE7",
    success_message: "Your account has been successfully connected to Acme!",
  },
  is_suspended: true,
});

/*
// void
*/

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
connect_partner_name
string

Connect partner name for the workspace.

connect_webview_customization
object

Connect Webview customizations for the workspace. See also Customize the Look and Feel of Your Connect Webviews.

is_publishable_key_auth_enabled
boolean

Indicates whether publishable key authentication is enabled for this workspace.

is_suspended
boolean

Indicates whether the workspace is suspended.

name
string

Name of the workspace.

Response

OK