Chunk #632
Aus: Content-API (Index: 1)
68
Tokens
Synced
Status
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
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 am | 20.12.2025 12:48:09 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | 1b1dce90-baab-4237-a814-e2a78ca346e9 |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:41 |