Type alias PatchProjectBody

PatchProjectBody: {
    access_token_expire_hours?: number;
    alias?: string;
    default_from_address?: string;
    default_locale?: string;
    description?: string;
    group_delete_protection_on_by_default?: boolean;
    groups_require_delete_permission_to_put_data_by_default?: boolean;
    is_active?: boolean;
    is_delete_protected?: boolean;
    name?: string;
    refresh_token_expire_hours?: number;
    reset_token_expire_hours?: number;
    role_delete_protection_on_by_default?: boolean;
    session_expire_mins?: number;
    tags?: string[];
    ui_config?: InterfaceConfig;
    use_legacy_data_and_files_permissions?: boolean;
}

Type declaration

  • Optional access_token_expire_hours?: number

    Number of hours access tokens are valid (1-24)

  • Optional alias?: string

    Unique alias for the project

  • Optional default_from_address?: string

    Default from address

  • Optional default_locale?: string

    Default locale for the organization

  • Optional description?: string

    Description of the project

  • Optional group_delete_protection_on_by_default?: boolean

    If true, groups are delete-protected by default

  • Optional groups_require_delete_permission_to_put_data_by_default?: boolean

    If true, groups require delete permission to delete data by default

  • Optional is_active?: boolean

    If false, all project operations are disabled

  • Optional is_delete_protected?: boolean

    Must be false before the project can be deleted

  • Optional name?: string

    Name of the project

  • Optional refresh_token_expire_hours?: number

    Number of hours refresh tokens are valid (1-8760)

  • Optional reset_token_expire_hours?: number

    Number of hours reset tokens are valid (1-168)

  • Optional role_delete_protection_on_by_default?: boolean

    If true, roles are delete-protected by default

  • Optional session_expire_mins?: number

    Number of mins sessions are valid (3-15)

  • Optional tags?: string[]

    List of tags on this project

  • Optional ui_config?: InterfaceConfig

    Interface configuration for the project

  • Optional use_legacy_data_and_files_permissions?: boolean

    If true, use legacy data and files permissions