API Documentation

badges/update

Used to update the configured badges for a forum. Badges are passed in as an array of badge objects, some of
which have IDs. Badges that have IDs will be updated in the database while badges without IDs will be created.
All other existing badges for the forum will be deleted.

URL

https://disqus.com/api/3.0/badges/update.json

Accessibility

public key, secret key

Supported request methods

POST

Supported formats

json, jsonp

Requires authentication

yes

Rate limited

inherits global rate limit

Arguments

Required

  • badges
  • forum

    Looks up a forum by ID (aka short name)
    You must be a moderator on the selected forum.