From 4728fa89054ffc7270352c9280d87995a882d76c Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Fri, 12 Jul 2024 11:47:35 +0200 Subject: [PATCH] Updated request failure (HTTP 400) with errCode. --- zoo-api.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zoo-api.yaml b/zoo-api.yaml index f87d603..4e08814 100644 --- a/zoo-api.yaml +++ b/zoo-api.yaml @@ -158,6 +158,11 @@ components: schema: type: object properties: + errCode: + description: Some tag from a limited but growing set. Tags will not be removed, only added. + type: string + enum: + - NO_MED_DATA err: description: A plain text explanation of what's wrong with the request type: string