Errors
- Last UpdatedApr 22, 2022
- 1 minute read
Duplicate content
If content name already exist and "Overwrite=true" is not used, the API call fails with http status 409 and generates this message:
Already content exists with name 'ContentWithScript'
Unsupported parameter
If PostData has any unsupported parameter, the API call fails with http status 400 and generates this message:
Content should have valid name
Invalid post data. ChartType property does not have valid value.
If an API key is used, but CreatedUserFirstName and CreatedUserLastName are not provided, a bad request error is displayed.