You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As specified here https://lyft.github.io/confidant/api.html#post--v1-credentials, it claims that enabled defaults to true. When attempting to POST credentials, confidant posts an error stating that it must not be None, suggesting that it is not defaulted at all.
raise ValueError("Attribute '{0}' cannot be None".format(attr.attr_name))
ValueError: Attribute 'enabled' cannot be None
The text was updated successfully, but these errors were encountered:
As specified here https://lyft.github.io/confidant/api.html#post--v1-credentials, it claims that
enabled
defaults to true. When attempting to POST credentials, confidant posts an error stating that it must not beNone
, suggesting that it is not defaulted at all.The text was updated successfully, but these errors were encountered: