Hello!
It seems that it is not possible to set the brand description/image using the REST API?
data = {
'name': 'Example',
'slug': 'example',
'taxonomy': 'pwb-brand',
'description': 'Test'
}
The brand and slug are created like expected. Description is empty in WordPress Admin. Getting brands from the REST API created using the WordPress Admin do have a description.
Can you confirm this? Do you have a proper API documentation for your “brands” endpoint? Didn’t find anything on your website/documentation.
Regards