TwitchApi.Users.UpdateUserExtensions (TwitchApi v0.1.2) View Source

⛔ This module is autogenerated please do not modify manually.

Example request from twitch api docs:

descriptions:

This updates the installed extensions of the user specified by Bearer token cfabdegwdoklmawdzdo98xt2fo512y.

requests:

curl -X PUT 'https://api.twitch.tv/helix/users/extensions'
-H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y'
-H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2'
-H"Content-Type: application/json"
-d'{ "data": {

"panel": {
  "1": {
    "active": true,
    "id": "rh6jq1q334hqc2rr1qlzqbvwlfl3x0",
    "version": "1.1.0"
  },
  "2": {
    "active": true,
    "id": "wi08ebtatdc7oj83wtl9uxwz807l8b",
    "version": "1.1.8"
  },
  "3": {
    "active": true,
    "id": "naty2zwfp7vecaivuve8ef1hohh6bo",
    "version": "1.0.9"
  }
},
"overlay": {
  "1": {
    "active": true,
    "id": "zfh2irvx2jb4s60f02jq0ajm8vwgka",
    "version": "1.0.19"
  }
},
"component": {
  "1": {
    "active": true,
    "id": "lqnf3zxk0rv0g7gq92mtmnirjz2cjj",
    "version": "0.0.1",
    "x": 0,
    "y": 0
  },
  "2": {
    "active": false
  }
}

} }'

Example response from twitch api docs:

descriptions:

responses:

{"data":{"panel":{"1":{"active":true,"id":"rh6jq1q334hqc2rr1qlzqbvwlfl3x0","version":"1.1.0","name":"TopClip"},"2":{"active":true,"id":"wi08ebtatdc7oj83wtl9uxwz807l8b","version":"1.1.8","name":"Streamlabs Leaderboard"},"3":{"active":true,"id":"naty2zwfp7vecaivuve8ef1hohh6bo","version":"1.0.9","name":"Streamlabs Stream Schedule & Countdown"}},"overlay":{"1":{"active":true,"id":"zfh2irvx2jb4s60f02jq0ajm8vwgka","version":"1.0.19","name":"Streamlabs"}},"component":{"1":{"active":true,"id":"lqnf3zxk0rv0g7gq92mtmnirjz2cjj","version":"0.0.1","name":"Dev Experience Test","x":0,"y":0},"2":{"active":false}}}}

Link to this section Summary

Types

Map containing the user needed information for the fetch of the required user OAuth access token. You will be able to choose from one way or the other for fetching previously OAuth access tokens. :user_id field contains the user ID from twitch, e.g. 61425548 or "61425548" :user_name field constains the user name from twitch, e.g. "hiimkamiyuzu"

Functions

Description:

Updates the activation state, extension ID, and/or version number of installed extensions for a specified user, identified by a Bearer token.

Link to this section Types

Specs

user_info() :: %{user_id: integer() | binary()} | %{user_name: binary()}

Map containing the user needed information for the fetch of the required user OAuth access token. You will be able to choose from one way or the other for fetching previously OAuth access tokens. :user_id field contains the user ID from twitch, e.g. 61425548 or "61425548" :user_name field constains the user name from twitch, e.g. "hiimkamiyuzu"

Link to this section Functions

Specs

call(user_info()) :: {:ok, Finch.Response.t()} | {:error, Exception.t()}

Description:

Updates the activation state, extension ID, and/or version number of installed extensions for a specified user, identified by a Bearer token.

Required authentication:

OAuth token required Required scope: user:edit:broadcast

Required authorization: