| Étape | + Champ | HTTP | Résultat | Item ID | Payload cumulé | Réponse (si échec) |
|---|---|---|---|---|---|---|
| {{ $step['step'] }} | {{ $step['added_field'] }} |
{{ $step['http_status'] }} | {{ $step['ok'] ? 'OK' : 'ÉCHEC' }} | {{ $step['item_id'] ?? '—' }} |
{{ json_encode($step['payload'], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT) }} |
@if (! $step['ok'])
{{ $step['response_body'] }}
@else
—
@endif
|
Voir en JSON · {{ $continue ? 'Arrêter au premier échec' : 'Continuer après échec (?continue=1)' }} · Retour admin