UserAuthorizedToCreateKaraokeLogs

public struct UserAuthorizedToCreateKaraokeLogs : Content

A bool, wrapped in a struct. Used for the results of user capability queries.

Required by:

  • POST /api/v3/karaoke/userIsManager

See UserController.createHandler(_:data:), UserController.addHandler(_:data:).

  • TRUE if the user is authorized to add entries to the Karaoke Performed Song Log.

    Declaration

    Swift

    var isAuthorized: Bool