In the original documentation, it always uses builder.withCustomAttribute(). Do we have to use .withCustomAttribute() other than withCustomAttributes() do update custom_attribute?
Note
I made a pull request related to this line few months ago (#137).
Hello!
Symtom
When we call,
The output of the above code is as follows:
I think the below line has some issue:
In the original documentation, it always uses
builder.withCustomAttribute()
. Do we have to use.withCustomAttribute()
other thanwithCustomAttributes()
do update custom_attribute?Note