I would like to create an announcement via API. But, there is not a parameter of "is_announcement".

Jump to solution
seiyatazoe
Community Member

Hi.

I am trying to create an announcement via API. I know creating an announcement is part of discussion API and if "is_announcement" is True, that discussion will be an announcement.

I could already create a discussion topic via API, however it seems that there is not  parameter of "is_announcement" as attached picture.

Does anyone know how I should do?

p.s

I have "announcment-posting permissions" as I am teacher in this course.

0 Likes
1 Solution
robotcars
Community Champion

Are you using a POST or a PUT.

PUT will update an existing announcement, POST creates a new one.

View solution in original post

0 Likes