Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 718 Bytes

File metadata and controls

28 lines (22 loc) · 718 Bytes

LaunchDarklyApi::PromptSnippetPatch

Properties

Name Type Description Notes
name String [optional]
description String [optional]
text String The text content of the prompt snippet [optional]
maintainer_id String [optional]
maintainer_team_key String [optional]
tags Array<String> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PromptSnippetPatch.new(
  name: null,
  description: null,
  text: null,
  maintainer_id: 507f1f77bcf86cd799439011,
  maintainer_team_key: example-team-key,
  tags: null
)