1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
--- url: /2/users/:id/muting method: post paths: - name: id type: string body: type: object properties: - name: target_user_id type: string required: true response: type: object properties: data: type: object properties: muting: type: bool