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
To nullify value with collections/{collection}/override/v1 API endpoint, for example discordUrl field, a caller must pass null value but postCollectionsCollectionOverrideV1["body"] type does not allow null for collections model fields. In fact I was unable to use empty string "" to "nullify" discordUrl with the override/v1 endpoint, that make me think that postCollectionsCollectionOverrideV1 type defined incorrectly.
Can you help me understand if I'm right or if I'm doing something wrong, or if the type or documentation needs to be corrected. Thank you.
The text was updated successfully, but these errors were encountered:
To nullify value with
collections/{collection}/override/v1
API endpoint, for examplediscordUrl
field, a caller must passnull
value but postCollectionsCollectionOverrideV1["body"] type does not allownull
for collections model fields. In fact I was unable to use empty string""
to "nullify" discordUrl with the override/v1 endpoint, that make me think thatpostCollectionsCollectionOverrideV1
type defined incorrectly.Can you help me understand if I'm right or if I'm doing something wrong, or if the type or documentation needs to be corrected. Thank you.
The text was updated successfully, but these errors were encountered: