Skip to content

Commit

Permalink
update protocol description
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubertpalo committed Dec 15, 2022
1 parent 12ff761 commit eab2576
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/EpochSettings"
"412":
description: API version mismatch
default:
description: epoch settings error
content:
Expand All @@ -59,6 +61,8 @@ paths:
$ref: "#/components/schemas/CertificatePending"
"204":
description: no pending certificate available
"412":
description: API version mismatch
default:
description: pending certificate error
content:
Expand Down Expand Up @@ -88,6 +92,8 @@ paths:
$ref: "#/components/schemas/Certificate"
"404":
description: certificate not found
"412":
description: API version mismatch
default:
description: pending certificate error
content:
Expand All @@ -108,6 +114,8 @@ paths:
type: array
items:
$ref: "#/components/schemas/Snapshot"
"412":
description: API version mismatch
default:
description: snapshot retrieval error
content:
Expand Down Expand Up @@ -138,6 +146,8 @@ paths:
format: binary
"404":
description: snapshot not found
"412":
description: API version mismatch
default:
description: snapshot retrieval error
content:
Expand Down Expand Up @@ -167,6 +177,8 @@ paths:
$ref: "#/components/schemas/Snapshot"
"404":
description: snapshot not found
"412":
description: API version mismatch
default:
description: snapshot retrieval error
content:
Expand Down Expand Up @@ -194,6 +206,8 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Error"
"412":
description: API version mismatch
default:
description: signer registration error
content:
Expand Down Expand Up @@ -223,6 +237,8 @@ paths:
$ref: "#/components/schemas/Error"
"409":
description: signatures registration already done
"412":
description: API version mismatch
default:
description: signatures registration error
content:
Expand Down

0 comments on commit eab2576

Please sign in to comment.