twapi-v2 0.26.0

Twitter API v2 library.
Documentation
---

url: /2/lists/:id
method: put
paths:
  - name: id
    type: string
body:
  type: object
  properties:
    - name: name
      type: string
    - name: description
      type: string
    - name: private
      type: bool
response:
  type: object
  properties:
    data:
      type: object
      properties:
        updated:
          type: bool