Skip to main content
PATCH
Edit a slot (chip)

Authorizations

Authorization
string
header
required

Your secret key (pep_sk_…) from Settings → API. Keys are org-scoped; treat them like passwords.

Path Parameters

agent_slug
string
required
id
integer
required

Body

application/json
key
string
title
string
data_type
enum<string>
Available options:
string,
enum,
band,
boolean,
email
required
boolean
description
string
enum_values
string[]
enum_labels
object
translations
object

Response

The updated slot.

object
string
required
Allowed value: "information_slot"
id
integer
required
key
string
required

lowercase letters, digits, underscores; the extraction-schema property + slot_values key.

title
string | null
required

Owner-facing label (the chip group header).

data_type
enum<string>
required
Available options:
string,
enum,
band,
boolean,
email
archived
boolean
required
required
boolean
enum_values
string[] | null

Required for enum/band; the chip values.

enum_labels
object

value → display label.

translations
object

locale → { title, enum_labels } overrides.

description
string | null

LLM-facing extraction guidance (not shown to visitors).