> ## Documentation Index
> Fetch the complete documentation index at: https://kainotomia-aa039c7f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Modifier publication reseaux

🧠 Agent concerné : John

# LIMOVA - Mise à jour d'un Post Social

## Route

### Mettre à jour un post social

**PATCH** `/socialPost/updateSocialPost/{id}`

Met à jour un post social existant.

**Paramètres :**

* `id` (string, requis) : L'ID du post social

**Corps de requête :**

```json theme={null}
{
  "$ref": "#/components/schemas/SocialPostDto"
}
```

**Coût :** 5 Token(s)

**Réponse :**

```json theme={null}
{
  "$ref": "#/components/schemas/SocialPostDto"
}
```
