From 921749e68c05a9ad21f56de48d01a795ffd97b29 Mon Sep 17 00:00:00 2001 From: Dan Lorenc <dlorenc@google.com> Date: Tue, 1 Dec 2020 09:31:14 -0600 Subject: [PATCH] Add missing "content" to the ProposedLogEntry definition. --- openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index fa7da8a..bc3290d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -230,6 +230,13 @@ definitions: The 'url' and 'content' properties are mutually exclusive. type: string format: uri + content: + description: > + Base64-encoded content. + + The 'url' and 'content' properties are mutually exclusive. + type: string + format: byte LogEntry: type: object -- GitLab