From 858b09afeb1b9fb9df5e0b615993aeced03cd8af Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Wed, 26 Aug 2026 23:23:40 +0200 Subject: [PATCH] docs(deploy): include signed approval evidence in status example --- examples/server/status-example.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/server/status-example.json b/examples/server/status-example.json index 5fad942..4723ace 100644 --- a/examples/server/status-example.json +++ b/examples/server/status-example.json @@ -1,11 +1,15 @@ { "repository": "jens/example-app", "environment": "production", - "request_id": "3a6ed71c-d52d-4d8d-9678-96e0c9456a81", + "request_id": "appr-3a6ed71cd52d", "commit_sha": "0123456789abcdef0123456789abcdef01234567", "previous_sha": "89abcdef0123456789abcdef0123456789abcdef", "requested_sha": "0123456789abcdef0123456789abcdef01234567", - "deployed_at": "2026-07-24T13:00:00Z", + "approval_id": "appr-3a6ed71cd52d", + "approval_fingerprint": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", + "evidence_verified": true, + "evidence_issued_at": "1787778000", + "deployed_at": "2026-08-26T21:00:00Z", "health": "healthy", "last_exit_code": 0 }