API Documentation and SDK types for KnowledgeAPI Documentbodyimageproperties is wrong

SDKs say (from what I can tell its wrong in every SDK)

{ 
    backgroundColor
    align
    indentation 
}

It should be

{
	width
	widthWithUnit: {
		value
		unit
	}
	altText
}

Hello,

backgroundColor, align and indentation are valid attributes.
The width, altText, ... attributes are still hidden from the docs (from the API specification). I have reported this issue to the corresponding engineering team. They have opened an internal ticket to update the visibility and make these attributes public.

Regards,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.