Share
Share

Sets the allowed modes on the share (shock/vibrate/beep)

patch/Share/Modes

Request body

ShareIdinteger

Id of the share to modify

VibrateStateboolean nullable

New state of CanVibrate, or null for toggle

ShockStateboolean nullable

New state of CanShock, or null for toggle

BeepStateboolean nullable

New state of CanBeep, or null for toggle

Response

Share code should now reflect new CanCreateLinks state.

Changes

No recorded changes to this endpoint across all 1 revision of this API.