Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 695 Bytes

File metadata and controls

22 lines (15 loc) · 695 Bytes

PatchFlagsRequest

Properties

Name Type Description Notes
comment string Optional comment describing the change [optional] [default to undefined]
instructions Array<{ [key: string]: any; }> The instructions to perform when updating [default to undefined]

Example

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

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

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