VKCOM / vk-api-schema

JSON Schema of VK API
MIT License
206 stars 63 forks source link

Wrong `video.addToAlbum` response type #219

Open elias506 opened 2 years ago

elias506 commented 2 years ago

On https://dev.vk.com/method/video.addToAlbum has only base_ok_response

But in schema there are two responses:


 "responses": {
        "response": {
          "$ref": "responses.json#/definitions/base_ok_response"
        },
        "multiResponse": {
          "$ref": "responses.json#/definitions/video_changeVideoAlbums_response"
        }
      },
elias506 commented 2 years ago

Save problem with https://vk.com/dev/video.removeFromAlbum