Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 901 Bytes

File metadata and controls

16 lines (13 loc) · 901 Bytes

CreateQrCodeRequest

Properties

Name Type Description Notes
size int The size of the QR code (px) [optional] [default to 600]
format string The format of the QR code [optional] [default to 'png']
margin int The margin around the QR code (px) [optional] [default to 0]
backgroundColor string The background color of the QR code (hexadecimal) [optional] [default to '#ffffff']
foregroundColor string The foreground color of the QR code (hexadecimal) [optional] [default to '#000000']
url string URL of the QR Code
teamId string Workspace API ID
linkId string Link API ID of the QR Code

[Back to Model list] [Back to API list] [Back to README]