We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello 👋 ,
For watermark endpoint, it accepts font_style with allowed values as per the documentation and the client code too.
font_style
Accepted values: null (Regular/Normal), Bold, Italic. Default: null
However, this seems outdated in both since for regular text, if you pass null the server will throw that the font_style is invalid.
I tried to enforce passing of Regular and it accepted it in terms of server side.
Regular
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello 👋 ,
For watermark endpoint, it accepts
font_style
with allowed values as per the documentation and the client code too.However, this seems outdated in both since for regular text, if you pass null the server will throw that the font_style is invalid.
I tried to enforce passing of
Regular
and it accepted it in terms of server side.The text was updated successfully, but these errors were encountered: