API / Briefs
PUT
/v1/briefs/{id}scope: generateMCP: update_brief
Modifie un brief.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du brief. |
name | corps | string | non | |
product | corps | string | non | |
platform | corps | string | non | |
language | corps | string | non |
Exemple de requête
curl -X PUT https://deklip.com/v1/briefs/{id} \
-H "Authorization: Bearer dk_live_VOTRE_CLE" \
-H "Content-Type: application/json" \
-d '{"product":"Nouvelle description plus précise."}'Exemple de réponse
{
"id": "brief_a1",
"ok": true
}Via MCP: cet endpoint correspond à l'outil
update_brief.