RegisterAppAsDraftRequest

Request body for POST /applications/1.0/drafts.

  • description
    Type: string
    min length:  
    1
    max length:  
    1024
    required

    Short description (max 1024 chars).

  • launchUrl
    Type: string
    max length:  
    512
    Format: uri
    required

    URL to which LTI launch messages will be posted.

  • name
    Type: string
    min length:  
    1
    max length:  
    256
    required

    Display name of the App; must be unique across the developer platform.

  • applicationType
    Type: stringenum

    Type of the LTI application

    values
    • learning_app
    • assessment
    • internal
  • publisherId
    Type: string | nullFormat: uuid

    Optional Publisher ID. Omit when the caller belongs to zero or one Publisher. Required when multiple memberships exist; the service returns 400 with a nextAction otherwise.