Skip to content

Commit

Permalink
openapi example changed
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed Nov 14, 2023
1 parent 21520a3 commit d2b98a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/server/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d2b98a2

Please sign in to comment.