Details of the statuses being created and their scope.

interface StatusCreateRequest {
    scope: StatusScope;
    statuses: StatusCreate[];
}

Properties

Properties

The scope of the status.

statuses: StatusCreate[]

Details of the statuses being created.