Added type and base64 to assets post payload

This commit is contained in:
2022-01-24 12:52:40 +01:00
parent 97680dc53c
commit 32af03473c

View File

@@ -325,7 +325,8 @@ paths:
type: string type: string
description: Name of the asset description: Name of the asset
data: data:
description: The asset itself type: string
description: The asset itself. Must be encoded as base64
security: security:
- cookie: [] - cookie: []
responses: responses: