Changes to Generate a playlist result set (song, index, or id)

GET /songs/playlist-generate

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 8 of the 46 revisions of this API.310

  1. 535feee32afb1
  2. b152883a37a31
  3. 48f80d018de41
  4. e8e6b266ea295
  5. 2ff18e50dcc111
  6. 0659933e86191
  7. 9abb9bf6d3bf1
  8. 7ed7a764efd91

What changed

    • added the required property oneOf[SongsResponse]/song/items/mood to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[SongsResponse]/song/items/bpm to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[SongsResponse]/song/items/last_played to the response with the 200 status

      response-required-property-added

    • api operation id playlistGenerateSongs was added

      api-operation-id-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

  • 2ff18e50dcc111See the full diff
    • added SongsResponse subschema #2 to the response body oneOf list for the response status 200

      response-body-one-of-added

    • removed subschema #1 subschema #2 from the response body oneOf list for the response status 200

      response-body-one-of-removed

    • response body list-of-types was widened by adding types array to media type application/json of response 200

      response-body-list-of-types-widened

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added