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
I'm trying to make an update plan request using the SDK but it keeps throwing an error. After digging into the code, I discovered that the SDK sends a default value of monthly for the interval but the API doesn't accept interval param for the update plan endpoint.
Hello @emmaadesile. According to the API reference, the interval request body param is lsited however, you are right. It throws an error like you depicted here. So, i have merged it in. Thanks a lot! Your cpntribution will be part of the next patch update.
I'm trying to make an
update plan
request using the SDK but it keeps throwing an error. After digging into the code, I discovered that the SDK sends a default value ofmonthly
for the interval but the API doesn't acceptinterval
param for theupdate plan
endpoint.This is the updatePlan function
Screeenshot:
Possible Fix
This error should be fixed after the interval is removed from the
params_defaults
andparams
fields in theupdatePlan
functionThe text was updated successfully, but these errors were encountered: