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
There is no description property. If i omit it for a PUT, i get a 400 error: [1] "description" is not allowed to be empty
If i force it to be an empty string, i get the same error.
In dev, trying to update this object:
717f514d-f375-4e25-aff9-07d2af3052e2
The object looks like this:
There is no
description
property. If i omit it for a PUT, i get a 400 error:[1] "description" is not allowed to be empty
If i force it to be an empty string, i get the same error.
This is the cURL i'm trying to use:
In this case, I also stripped
ssoId
, it wouldn't let me write that back as empty, but it's empty as it is now.The text was updated successfully, but these errors were encountered: