Create a review for a target
Scope requis : write:reviews.
Autorisation
bearer AutorisationBearer <jeton>
JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.
Dans: header
Paramètres de chemin
targetId*string
Id of the reviewed target (agent, model, ...)
Corps de requête
application/json
Définitions TypeScript
Utilisez le type request body en TypeScript.
rating*number
Plage
1 <= value <= 5title*string
Longueur
2 <= length <= 100description*string
Longueur
2 <= length <= 500type*"AGENT"
Valeur parmi
- "AGENT"
Corps de réponse
curl -X POST "https://example.com/api/v1/external/reviews/string" \ -H "Content-Type: application/json" \ -d '{ "rating": 1, "title": "string", "description": "string", "type": "AGENT" }'Vide