Below api is correct for creating discussion forum in module or wrong
API Endpoint: < domain >/d2l/api/le/1.63/< orgUnitId >/content/modules/< moduleId >/structure/
Payload: { "TopicType": 0, "Url": "", "StartDate": null, "EndDate": null, "DueDate": null, "IsHidden": false, "IsLocked": false, "OpenAsExternalResource": null, "Title": "Add a Discussion Forum", "ShortTitle": "DIS_FOR-02", "Type": 1, "Description": null, "ParentModuleId": < moduleId >, "ActivityId": 1, "Duration": null, // Available in LE's unstable contract "IsExempt": false, "ToolId": null, "ToolItemId": null, "ActivityType": 5, "GradeItemId": null, "LastModifiedDate": null }
Response:
{ "Errors": [] }
I am not getting any information in response so not getting what's the issue in that