Create a gate (hide VOD comment) on behalf of a streamer. Requires 'vod.comment.hide' permission. Creates a place.stream.vod.gate record in the streamer's repository.
POST
/xrpc/place.stream.moderation.createVodGate
Request Body required
Section titled “Request Body required ”object
streamer
required
The DID of the streamer.
string format: did
commentUri
required
The AT-URI of the VOD comment to hide.
string format: uri
Responses
Section titled “ Responses ”Success
object
uri
required
The AT-URI of the created gate record.
string format: uri
cid
required
The CID of the created gate record.
string format: cid
Bad Request