latestSwagger 2.02026-08-238867631.0 MB

7a22c2db13c0

tools

post/tools/collection/create

Request body

collectionIdinteger
namestring
applicationIdinteger
playlistsCountinteger

Example request

{
  "images": [
    {
      "fileId": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "image": {
    "fileId": "00000000-0000-0000-0000-000000000000"
  }
}

Response

OK

collectionIdinteger
namestring
applicationIdinteger
playlistsCountinteger

Example response

{
  "images": [
    {
      "fileId": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "image": {
    "fileId": "00000000-0000-0000-0000-000000000000"
  }
}