manageAssetToken
Manages AssetTokens for files such as private avatars or worlds
Request Body Information required to manage an AssetToken |
---|
userid string — REQUIREDThe UserId |
tokenContent string — REQUIREDThe token's content |
targetUserId stringThe UserId to apply the action to |
action integer — REQUIREDWhether to add (0) a token or remove (1) a token |
assetId string — REQUIREDThe AssetId to apply the action to (either a WorldId or AvatarId) |
removeAssetToken stringIf removing an AssetToken, this is the AssetToken to remove |
Responses | ||||
---|---|---|---|---|
200 A successful request
|