Chunk #632

Aus: Content-API (Index: 1)

68 Tokens
Synced Status
« Vorheriger (#0) Nächster (#2) »

Taxonomie

Kategorie API
Pfad API > Content API > Request
Heading-Pfad Content-API > Content API > PUT /api/v1/content/{id} > Request-Body > Beispiel

Entities

Name Typ
PUT COMMAND
Content CONCEPT
JSON TECHNOLOGY

Keywords

API PUT Content Request JSON

Inhalt

curl -X PUT https://dev.campus.systemische-tools.de/api/v1/content/1 \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Blogpost über Teamcoaching",
    "briefing": "Schreibe einen informativen Artikel...",
    "author_profile_id": 1,
    "structure_id": 1
  }'

Clean Content

```
`curl -X PUT https://dev.campus.systemische-tools.de/api/v1/content/1 \
 -H "Content-Type: application/json" \
 -d '{
 "title": "Blogpost über Teamcoaching",
 "briefing": "Schreibe einen informativen Artikel...",
 "author_profile_id": 1,
 "structure_id": 1
 }'`
```

Metadaten

Analysiert am20.12.2025 12:48:09
Analyse-Modellgemma3:4b-it-qat
Embedding-Modellmxbai-embed-large
Qdrant-ID1b1dce90-baab-4237-a814-e2a78ca346e9
Erstellt20.12.2025 12:34:42
Aktualisiert20.12.2025 12:53:41