@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias viewsUpdateFormViewResponse200

    Partially update a view. Only the provided fields (name, order) will be updated. Can be used to rename, or update column visibility.

    type viewsUpdateFormViewResponse200 = {
        data: ViewsViewResponse;
        status: 200;
    }
    Index

    Properties

    Properties

    status: 200