From 32af03473c10f925971755abad6a3237376cdf8b Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 24 Jan 2022 12:52:40 +0100 Subject: [PATCH] Added type and base64 to assets post payload --- api.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api.yaml b/api.yaml index 4630394..0c130cf 100644 --- a/api.yaml +++ b/api.yaml @@ -325,7 +325,8 @@ paths: type: string description: Name of the asset data: - description: The asset itself + type: string + description: The asset itself. Must be encoded as base64 security: - cookie: [] responses: