Skip to main content
PATCH
Update LinkedIn account smart limit

Authorizations

Authorization
string
header
required

Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.

Team-SID
string
header
required

Team scope for tokens that do not carry one. Ignored when the token already names a team.

Path Parameters

sid
string
required

Smart-limit row sid (ln_sm_…).

Required string length: 18
Pattern: ^ln_sm_

Body

application/json

Request body of update_linkedin_account_smart_limit.

daily_limit
integer

Active cap (1..1000).

Required range: 1 <= x <= 1000
target_limit
integer | null

Warm-up ceiling; null clears it.

Required range: 0 <= x <= 1000
delay_in_seconds
integer

Batch-boundary cooldown (1..3600).

Required range: 1 <= x <= 3600
smart_limits_enabled
boolean
reset_hold
boolean

Clear the daily-saturation hold in the same call (the atomic "raise the limit AND resume now"). Only resumes if the new daily_limit > done_today_count; otherwise the row re-holds. Never touches a LinkedIn-side lock.

Response

update success envelope.

success
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
update
item
object
required
updated_fields
string[]
required
previous_values
object
required
meta
object
required