From d2b98a218f6139702a773ffbb6ab587c747816f3 Mon Sep 17 00:00:00 2001 From: Calvin Prewitt Date: Tue, 14 Nov 2023 14:36:05 -0600 Subject: [PATCH] openapi example changed --- crates/server/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/server/openapi.yaml b/crates/server/openapi.yaml index 7c2ecc09..82b974ed 100644 --- a/crates/server/openapi.yaml +++ b/crates/server/openapi.yaml @@ -1344,7 +1344,7 @@ components: * `verified`: checkpoint's `signature` is verified; * `invalid`: `keyId` is not known or does not have authorization (could have been revoke or never granted) to sign checkpoints or the `signature` itself is invalid; enum: [unverified, verified, invalid] - example: verified + example: unverified retryAfter: type: integer description: If either `checkpoint` or `signature` is `unverified` status, then the server may instruct the client to retry the request after the specified number of seconds.