Skip to main content
POST
/
displaymode
/
fillerpattern
/
save-with-svg
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
displayModeReleaseID
integer<int32>
required
fillerPatternID
integer<int32>
required
borderRadius
integer<int32>
required
animationTriggerTypeID
integer<int32>
default:1
required
animationTypeID
integer<int32>
default:1
required
isAnimationLooped
boolean
default:true
required
languageID
integer<int32>
default:1
svgid
integer<int32> | null
svgCode
string<uuid> | null
svgPointer
string | null

the uploaded URL path of the svg file after it has been uploaded into blob storage.

bytes
integer<int32> | null
default:1234

the number of bytes in the svg file. not the actual bytes.

originalFilename
string | null
default:some svg file.svg
fillerPatternTitle
string | null
rgba
string | null
isRandomSize
boolean | null
size
integer<int32> | null
spacing
integer<int32> | null
rotation
integer<int32> | null
opacity
number<double> | null
base64String
string | null

Response

Success

success
boolean
data
unknown