@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias UpdateOrganisationParams

    The changes to apply to an organisation.

    type UpdateOrganisationParams = {
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    The organisation's display name. Can be written in any language, accents and all, but cannot be blank, use angle brackets, or run past 50 characters. Surrounding whitespace is trimmed off. Only a blank name is rejected client-side; the rest is enforced by the Salt API.

    'Acme Holdings'