Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 723 Bytes

File metadata and controls

22 lines (15 loc) · 723 Bytes

PatchUsersRequest

Properties

Name Type Description Notes
comment string Optional comment describing the change [optional] [default to undefined]
instructions Array<InstructionUserRequest> The instructions to perform when updating [default to undefined]

Example

import { PatchUsersRequest } from 'launchdarkly-api-typescript';

const instance: PatchUsersRequest = {
    comment,
    instructions,
};

[Back to Model list] [Back to API list] [Back to README]