Skip to content

Commit d925b82

Browse files
author
LaunchDarklyReleaseBot
committed
Version 20.0.0 automatically generated from ld-openapi.
1 parent 074ee04 commit d925b82

File tree

612 files changed

+2221
-607
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

612 files changed

+2221
-607
lines changed

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ docs/ActionOutput.md
4848
docs/AgentGraph.md
4949
docs/AgentGraphEdge.md
5050
docs/AgentGraphEdgePost.md
51+
docs/AgentGraphPatch.md
5152
docs/AgentGraphPost.md
5253
docs/AgentGraphs.md
5354
docs/AiConfigsAccess.md
@@ -771,6 +772,7 @@ src/main/java/com/launchdarkly/api/model/ActionOutput.java
771772
src/main/java/com/launchdarkly/api/model/AgentGraph.java
772773
src/main/java/com/launchdarkly/api/model/AgentGraphEdge.java
773774
src/main/java/com/launchdarkly/api/model/AgentGraphEdgePost.java
775+
src/main/java/com/launchdarkly/api/model/AgentGraphPatch.java
774776
src/main/java/com/launchdarkly/api/model/AgentGraphPost.java
775777
src/main/java/com/launchdarkly/api/model/AgentGraphs.java
776778
src/main/java/com/launchdarkly/api/model/AiConfigsAccess.java
@@ -1414,6 +1416,7 @@ src/test/java/com/launchdarkly/api/model/ActionInputTest.java
14141416
src/test/java/com/launchdarkly/api/model/ActionOutputTest.java
14151417
src/test/java/com/launchdarkly/api/model/AgentGraphEdgePostTest.java
14161418
src/test/java/com/launchdarkly/api/model/AgentGraphEdgeTest.java
1419+
src/test/java/com/launchdarkly/api/model/AgentGraphPatchTest.java
14171420
src/test/java/com/launchdarkly/api/model/AgentGraphPostTest.java
14181421
src/test/java/com/launchdarkly/api/model/AgentGraphTest.java
14191422
src/test/java/com/launchdarkly/api/model/AgentGraphsTest.java

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This client library is only compatible with the latest version of our REST API.
88

99
LaunchDarkly REST API
1010
- API version: 2.0
11-
- Build date: 2025-12-17T18:25:40.535826Z[Etc/UTC]
11+
- Build date: 2025-12-17T18:45:22.167125Z[Etc/UTC]
1212
- Generator version: 7.16.0
1313

1414
This documentation describes LaunchDarkly's REST API. To access the complete OpenAPI spec directly, use [Get OpenAPI spec](https://launchdarkly.com/docs/api/other/get-openapi-spec).
@@ -600,6 +600,7 @@ Class | Method | HTTP request | Description
600600
*AiConfigsBetaApi* | [**deleteAIConfig**](docs/AiConfigsBetaApi.md#deleteAIConfig) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Delete AI Config
601601
*AiConfigsBetaApi* | [**deleteAIConfigVariation**](docs/AiConfigsBetaApi.md#deleteAIConfigVariation) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Delete AI Config variation
602602
*AiConfigsBetaApi* | [**deleteAITool**](docs/AiConfigsBetaApi.md#deleteAITool) | **DELETE** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Delete AI tool
603+
*AiConfigsBetaApi* | [**deleteAgentGraph**](docs/AiConfigsBetaApi.md#deleteAgentGraph) | **DELETE** /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Delete agent graph
603604
*AiConfigsBetaApi* | [**deleteModelConfig**](docs/AiConfigsBetaApi.md#deleteModelConfig) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Delete an AI model config
604605
*AiConfigsBetaApi* | [**deleteRestrictedModels**](docs/AiConfigsBetaApi.md#deleteRestrictedModels) | **DELETE** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Remove AI models from the restricted list
605606
*AiConfigsBetaApi* | [**getAIConfig**](docs/AiConfigsBetaApi.md#getAIConfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Get AI Config
@@ -609,6 +610,7 @@ Class | Method | HTTP request | Description
609610
*AiConfigsBetaApi* | [**getAIConfigVariation**](docs/AiConfigsBetaApi.md#getAIConfigVariation) | **GET** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Get AI Config variation
610611
*AiConfigsBetaApi* | [**getAIConfigs**](docs/AiConfigsBetaApi.md#getAIConfigs) | **GET** /api/v2/projects/{projectKey}/ai-configs | List AI Configs
611612
*AiConfigsBetaApi* | [**getAITool**](docs/AiConfigsBetaApi.md#getAITool) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Get AI tool
613+
*AiConfigsBetaApi* | [**getAgentGraph**](docs/AiConfigsBetaApi.md#getAgentGraph) | **GET** /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Get agent graph
612614
*AiConfigsBetaApi* | [**getModelConfig**](docs/AiConfigsBetaApi.md#getModelConfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
613615
*AiConfigsBetaApi* | [**listAIToolVersions**](docs/AiConfigsBetaApi.md#listAIToolVersions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
614616
*AiConfigsBetaApi* | [**listAITools**](docs/AiConfigsBetaApi.md#listAITools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
@@ -618,6 +620,7 @@ Class | Method | HTTP request | Description
618620
*AiConfigsBetaApi* | [**patchAIConfigTargeting**](docs/AiConfigsBetaApi.md#patchAIConfigTargeting) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Update AI Config targeting
619621
*AiConfigsBetaApi* | [**patchAIConfigVariation**](docs/AiConfigsBetaApi.md#patchAIConfigVariation) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Update AI Config variation
620622
*AiConfigsBetaApi* | [**patchAITool**](docs/AiConfigsBetaApi.md#patchAITool) | **PATCH** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Update AI tool
623+
*AiConfigsBetaApi* | [**patchAgentGraph**](docs/AiConfigsBetaApi.md#patchAgentGraph) | **PATCH** /api/v2/projects/{projectKey}/agent-graphs/{graphKey} | Update agent graph
621624
*AiConfigsBetaApi* | [**postAIConfig**](docs/AiConfigsBetaApi.md#postAIConfig) | **POST** /api/v2/projects/{projectKey}/ai-configs | Create new AI Config
622625
*AiConfigsBetaApi* | [**postAIConfigVariation**](docs/AiConfigsBetaApi.md#postAIConfigVariation) | **POST** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations | Create AI Config variation
623626
*AiConfigsBetaApi* | [**postAITool**](docs/AiConfigsBetaApi.md#postAITool) | **POST** /api/v2/projects/{projectKey}/ai-tools | Create an AI tool
@@ -948,6 +951,7 @@ Class | Method | HTTP request | Description
948951
- [AgentGraph](docs/AgentGraph.md)
949952
- [AgentGraphEdge](docs/AgentGraphEdge.md)
950953
- [AgentGraphEdgePost](docs/AgentGraphEdgePost.md)
954+
- [AgentGraphPatch](docs/AgentGraphPatch.md)
951955
- [AgentGraphPost](docs/AgentGraphPost.md)
952956
- [AgentGraphs](docs/AgentGraphs.md)
953957
- [AiConfigsAccess](docs/AiConfigsAccess.md)

0 commit comments

Comments
 (0)