Skip to content

Commit 4f07d75

Browse files
committed
fixed build
1 parent 004a777 commit 4f07d75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/docs/content/docs/de/tools/intercom.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Suche nach Kontakten in Intercom mit einer Abfrage
125125

126126
| Parameter | Typ | Erforderlich | Beschreibung |
127127
| --------- | ---- | -------- | ----------- |
128-
| `query` | string | Ja | Suchabfrage (z.B., {"field":"email","operator":"=","value":"user@example.com"}) |
128+
| `query` | string | Ja | Suchabfrage (z.B., \{"field":"email","operator":"=","value":"user@example.com"\}) |
129129
| `per_page` | number | Nein | Anzahl der Ergebnisse pro Seite (max: 150) |
130130
| `starting_after` | string | Nein | Cursor für Paginierung |
131131

@@ -297,7 +297,7 @@ Ein neues Ticket in Intercom erstellen
297297
| Parameter | Typ | Erforderlich | Beschreibung |
298298
| --------- | ---- | -------- | ----------- |
299299
| `ticket_type_id` | string | Ja | Die ID des Ticket-Typs |
300-
| `contacts` | string | Ja | JSON-Array von Kontakt-Identifikatoren (z.B. [{"id": "contact_id"}]) |
300+
| `contacts` | string | Ja | JSON-Array von Kontakt-Identifikatoren (z.B. \{"id": "contact_id"\}) |
301301
| `ticket_attributes` | string | Ja | JSON-Objekt mit Ticket-Attributen einschließlich _default_title_ und _default_description_ |
302302

303303
#### Output

apps/docs/content/docs/es/tools/intercom.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Crear un nuevo ticket en Intercom
297297
| Parámetro | Tipo | Obligatorio | Descripción |
298298
| --------- | ---- | -------- | ----------- |
299299
| `ticket_type_id` | string || El ID del tipo de ticket |
300-
| `contacts` | string || Array JSON de identificadores de contacto (p. ej., [{"id": "contact_id"}]) |
300+
| `contacts` | string || Array JSON de identificadores de contacto (p. ej., \{"id": "contact_id"\}) |
301301
| `ticket_attributes` | string || Objeto JSON con atributos del ticket incluyendo _default_title_ y _default_description_ |
302302

303303
#### Salida

0 commit comments

Comments
 (0)