Skip to main content

Update the status of a topic

PUT 

/t/:id/status.json

Update the status of a topic

Request

Path Parameters

    id stringrequired

Header Parameters

    Api-Key stringrequired
    Api-Username stringrequired

Body

    status stringrequired

    Possible values: [closed, pinned, pinned_globally, archived, visible]

    enabled stringrequired

    Possible values: [true, false]

    until stringrequired

    Only required for pinned and pinned_globally

Responses

topic updated

Schema
    success stringrequired
    topic_status_update stringnullrequired
Loading...