From 83402fb7c4daf123f587929f045d43966892890d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 2 Feb 2022 14:46:46 -0500 Subject: [PATCH] annotate some http status codes --- src/_zkapauthorizer/backup-recovery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_zkapauthorizer/backup-recovery.yaml b/src/_zkapauthorizer/backup-recovery.yaml index 57d0845..9aee774 100644 --- a/src/_zkapauthorizer/backup-recovery.yaml +++ b/src/_zkapauthorizer/backup-recovery.yaml @@ -26,7 +26,7 @@ paths: This is the capability which can be submitted in order to initiate a recovery from the replica. responses: - "500": + "500": # INTERNAL SERVER ERROR description: >- Recovery from the replica has failed for some reason. content: @@ -43,7 +43,7 @@ paths: schema: $ref: "#/components/schemas/Error" - "200": + "200": # OK description: >- Recovery from the replica has succeeded. content: -- GitLab