Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
23 lines (10 loc) · 458 Bytes

File metadata and controls

23 lines (10 loc) · 458 Bytes

LaunchDarklyApi.PostApprovalRequestReviewRequest

Properties

Name Type Description Notes
kind String The type of review for this approval request [optional]
comment String Optional comment about the approval request [optional]

Enum: KindEnum

  • approve (value: "approve")

  • comment (value: "comment")

  • decline (value: "decline")