Skip to main content
PUT
Update a pipeline

Authorizations

Authorization
string
header
required

Company-scoped API key. Production keys are prefixed sk_live_, sandbox keys sk_test_, each followed by 22 base62 characters (pattern ^sk_(live|test)_[0-9A-Za-z]{22}$). Generate keys in the TapTalent dashboard under Account Settings → Developers → API Key Management; a key is shown once at generation and old keys are invalidated immediately on regeneration.

Path Parameters

pipelineId
integer
required

The unique identifier of the pipeline to update.

Body

application/json
name
string
required

New pipeline name. Must be non-empty after trimming — a whitespace-only name is rejected with INVALID_REQUEST.

Minimum string length: 1
Example:

"Updated Engineering Pipeline"

Response

Pipeline updated. Returns the pipeline's id and new name.

status
enum<string>
required
Available options:
success
data
object
required

Minimal pipeline shape returned by create and update operations (only id and name).