Patch a connector profile
Updates a connector profile. Secrets resent as __secretvalue:-prefixed placeholders keep their stored values.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the connector profile.
Query Parameters
A comma-separated list of additional fields to expand. Supported values: connector (the connector this profile configures), version (the connector version this profile resolves to), accounts_count (the number of accounts linked to this profile) and enabled_actions_count (how many of that version's actions this profile enables). These are returned as null unless requested.
"connector,version"
Body
The display name of the connector profile.
The key of the connector's authentication configuration to use. Switching it usually requires resending the setup fields and secrets of the new method.
The environment of the authentication configuration (e.g. production).
Whether the connector profile is active.
Whether this is the connector's default profile. Marking a profile as default demotes the previous one; the last remaining default cannot be demoted.
The connector version the profile uses.
The connector version to pin the profile to. Only applies to Falcon-versioned connectors; ignored otherwise.
The owner of the pinned connector version (defaults to stackone). Accepts the wildcards builtin (the global stackone owner) and custom (the organization's own connectors).
The non-secret setup field values, keyed by setup field key. Replaces the saved setup fields when provided.
The secret field values, keyed by field key. Replaces the saved secrets when provided: resend a __secretvalue:-prefixed placeholder to keep a stored secret, send an empty object to clear all secrets, or omit the field to leave them unchanged.
The per-action enablement of the profile, keyed by action id.
The per-event-action configuration (enablement and subscribed webhooks), keyed by event action id.
The per-action data-sync configuration, keyed by action id.
Response
The connector profile was updated.
The unique identifier of the connector profile.
The display name of the connector profile.
The connector key (e.g. workday). Always present; the full connector object requires ?expand=connector.
The connector this profile configures. Always present; null unless requested via ?expand=connector.
The connector version this profile resolves to. Always present; null unless requested via ?expand=version.
The number of accounts linked to this connector profile that are visible to you. Always present; null unless requested via ?expand=accounts_count.
How many of the connector version's actions this profile enables. For StackOne connectors only the actions in the release stages your organization can access are counted, so this can read lower than the number the profile actually enables; a connector your organization owns is counted in full. A profile that enables everything counts all of them; one naming individual actions counts only those the version still has. 0 when the profile enables nothing, and also whenever no catalogue can be resolved — an unreadable registry, or a connector whose own release stage your organization cannot access. Always present; null unless requested via ?expand=enabled_actions_count on a read endpoint, and always null on create.
Whether the connector profile is active.
Whether this is the default connector profile.
The environment of the connector profile.
The authentication configuration key.
The timestamp when the connector profile was created.
The timestamp when the connector profile was last updated.
The saved non-secret setup field values, keyed by setup field key.
The saved secret fields, keyed by field key. Values are __secretvalue:-prefixed redacted placeholders (never the plaintext); resend a placeholder unchanged to keep the stored secret.
The per-action enablement of the profile, keyed by action id.
The per-event-action configuration (enablement and subscribed webhooks), keyed by event action id.
The per-action data-sync configuration, keyed by action id.