Update mention in post

When updating a text or video post with mentions, you can provide the JsonObject for the metadata parameter and provide the list of userId for the mentionUsers parameter.

Remove mention from post

When updating a text or video post to remove mentions, you can provide the emptyJsonObject for the metadata parameter and provide the empty list for the mentionUsers parameter.

Last updated