Create an application for calling the Mozaic API export UserApplicationCreateDeets

interface UserApplicationCreateDeets {
    description?: null | string;
    name?: null | string;
    object?: null | string;
    user_id?: null | string;
}

Properties

description?: null | string

A description for the application. Max 140 characters.

name?: null | string

A name for the application

object?: null | string
user_id?: null | string

The user id to operate on their behalf (tenants only)