Skip to content
Snippets Groups Projects
Commit 921749e6 authored by Dan Lorenc's avatar Dan Lorenc
Browse files

Add missing "content" to the ProposedLogEntry definition.

parent c4d4df59
No related branches found
No related tags found
No related merge requests found
...@@ -230,6 +230,13 @@ definitions: ...@@ -230,6 +230,13 @@ definitions:
The 'url' and 'content' properties are mutually exclusive. The 'url' and 'content' properties are mutually exclusive.
type: string type: string
format: uri format: uri
content:
description: >
Base64-encoded content.
The 'url' and 'content' properties are mutually exclusive.
type: string
format: byte
LogEntry: LogEntry:
type: object type: object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment