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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref.: https://api.topcoder.com/v5/challenges/ba800bde-a26d-486d-ac87-9db1a0b7dc9a
metadata: [ name: "allowStockArt", value: "false", ]
value return string type instead boolean
value
string
boolean
original issue: topcoder-platform/community-app#5037
The text was updated successfully, but these errors were encountered:
No, the metadata object is not type-specific like that. Name is always a string, Value is always a string. You'll have to typecast it on your side.
Sorry, something went wrong.
@rootelement okay, I'll take care of this in FE side.
luizrrodrigues
No branches or pull requests
ref.: https://api.topcoder.com/v5/challenges/ba800bde-a26d-486d-ac87-9db1a0b7dc9a
value
returnstring
type insteadboolean
original issue: topcoder-platform/community-app#5037
The text was updated successfully, but these errors were encountered: