Skip to main content
POST
Update agent profile

Authorizations

Authorization
string
header
required

An opaque Omnara personal or organization bearer token.

Headers

Idempotency-Key
string

Idempotency key for replay-safe mutating requests.

Required string length: 1 - 255

Path Parameters

orgID
string
required
Pattern: ^org_[a-z2-7]{26}$
projectID
string
required
Pattern: ^proj_[a-z2-7]{26}$
agentProfileID
string
required
Pattern: ^aprf_[a-z2-7]{26}$

Body

application/json
config
string
required
Pattern: ^acfg_[a-z2-7]{26}$
expected_current_config_id
string
required
Pattern: ^acfg_[a-z2-7]{26}$

Response

Agent profile updated.

id
string
required
Pattern: ^aprf_[a-z2-7]{26}$
org_id
string
required
Pattern: ^org_[a-z2-7]{26}$
project_id
string
required
Pattern: ^proj_[a-z2-7]{26}$
name
string
required

Human-readable name. Spaces and punctuation are allowed; leading or trailing whitespace and invisible or control characters are not.

Required string length: 1 - 64
current_config_id
string
required
Pattern: ^acfg_[a-z2-7]{26}$
current_generation
integer<int32>
required
current_config
object
required
created_at
string<date-time>
required
updated_at
string<date-time>
required