Skip to main content
PATCH
Update the workspace approval defaults

Authorizations

X-API-Key
string
header
required

Body

application/json

Partial update: only the fields present in the request are written.

email_mode
enum<string> | null

Whether a channel's steps wait for a person or run on their own.

The values mirror LinkedInRunMode exactly: a LinkedIn account's run_mode IS its sender-level override, and the two strings have to interoperate without a translation table between them.

Available options:
manual,
auto
linkedin_mode
enum<string> | null

Whether a channel's steps wait for a person or run on their own.

The values mirror LinkedInRunMode exactly: a LinkedIn account's run_mode IS its sender-level override, and the two strings have to interoperate without a translation table between them.

Available options:
manual,
auto

Response

Successful Response

The workspace's default approval mode per channel.

email_mode
enum<string>
required

Whether a channel's steps wait for a person or run on their own.

The values mirror LinkedInRunMode exactly: a LinkedIn account's run_mode IS its sender-level override, and the two strings have to interoperate without a translation table between them.

Available options:
manual,
auto
linkedin_mode
enum<string>
required

Whether a channel's steps wait for a person or run on their own.

The values mirror LinkedInRunMode exactly: a LinkedIn account's run_mode IS its sender-level override, and the two strings have to interoperate without a translation table between them.

Available options:
manual,
auto