Chunk #633

Aus: Content-API (Index: 2)

101 Tokens
Synced Status
« Vorheriger (#1) Nächster (#3) »

Taxonomie

Kategorie API
Pfad API > Content API > Request/Response
Heading-Pfad Content-API > Content API > PUT /api/v1/content/{id} > Request-Body > Response (200 OK)

Entities

Name Typ
Content Object CONFIG
HTTP Request COMMAND
REST API SERVICE

Keywords

Content PUT API Response JSON

Inhalt

{
  "success": true,
  "data": {
    "id": 1,
    "title": "Blogpost über Teamcoaching",
    "briefing": "Schreibe einen informativen Artikel...",
    "status": "draft",
    "author_profile_id": 1,
    "contract_id": null,
    "structure_id": 1,
    "profile_name": "Akademisch",
    "contract_name": null,
    "structure_name": "Blog-Artikel",
    "created_at": "2025-12-20 10:00:00",
    "updated_at": "2025-12-20 12:30:00"
  }
}

Clean Content

```
`{
 "success": true,
 "data": {
 "id": 1,
 "title": "Blogpost über Teamcoaching",
 "briefing": "Schreibe einen informativen Artikel...",
 "status": "draft",
 "author_profile_id": 1,
 "contract_id": null,
 "structure_id": 1,
 "profile_name": "Akademisch",
 "contract_name": null,
 "structure_name": "Blog-Artikel",
 "created_at": "2025-12-20 10:00:00",
 "updated_at": "2025-12-20 12:30:00"
 }
}`
```

Metadaten

Analysiert am20.12.2025 12:48:11
Analyse-Modellgemma3:4b-it-qat
Embedding-Modellmxbai-embed-large
Qdrant-IDcecbdc7b-5152-490b-adc7-c2fbf584eed1
Erstellt20.12.2025 12:34:42
Aktualisiert20.12.2025 12:53:41