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

Commit 5cc6e9d

Browse files
author
LaunchDarklyReleaseBot
committed
Version 20.0.0 automatically generated from ld-openapi.
1 parent 846af0e commit 5cc6e9d

61 files changed

Lines changed: 6770 additions & 666 deletions

Some content is hidden

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

.openapi-generator/FILES

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ docs/Model/AccessDeniedReason.md
9595
docs/Model/AccessTokenPost.md
9696
docs/Model/ActionInput.md
9797
docs/Model/ActionOutput.md
98+
docs/Model/AgentGraph.md
99+
docs/Model/AgentGraphEdge.md
100+
docs/Model/AgentGraphEdgePost.md
101+
docs/Model/AgentGraphPost.md
102+
docs/Model/AgentGraphs.md
98103
docs/Model/AiConfigsAccess.md
99104
docs/Model/AiConfigsAccessAllowedReason.md
100105
docs/Model/AiConfigsAccessAllowedRep.md
@@ -190,7 +195,6 @@ docs/Model/ContextSearch.md
190195
docs/Model/Contexts.md
191196
docs/Model/CopiedFromEnv.md
192197
docs/Model/CoreLink.md
193-
docs/Model/CovarianceInfoRep.md
194198
docs/Model/CreateAnnouncementBody.md
195199
docs/Model/CreateApprovalRequestRequest.md
196200
docs/Model/CreateCopyFlagConfigApprovalRequestRequest.md
@@ -472,6 +476,7 @@ docs/Model/PostFlagScheduledChangesInput.md
472476
docs/Model/PostInsightGroupParams.md
473477
docs/Model/PostReleasePolicyRequest.md
474478
docs/Model/Prerequisite.md
479+
docs/Model/ProgressiveReleaseConfig.md
475480
docs/Model/Project.md
476481
docs/Model/ProjectPost.md
477482
docs/Model/ProjectRep.md
@@ -511,6 +516,7 @@ docs/Model/ReleasePoliciesAccessRep.md
511516
docs/Model/ReleasePoliciesResponse.md
512517
docs/Model/ReleasePolicy.md
513518
docs/Model/ReleasePolicyScope.md
519+
docs/Model/ReleasePolicyStage.md
514520
docs/Model/ReleaseProgression.md
515521
docs/Model/ReleaseProgressionCollection.md
516522
docs/Model/ReleaserAudienceConfigInput.md
@@ -738,6 +744,11 @@ lib/Model/AccessDeniedReason.php
738744
lib/Model/AccessTokenPost.php
739745
lib/Model/ActionInput.php
740746
lib/Model/ActionOutput.php
747+
lib/Model/AgentGraph.php
748+
lib/Model/AgentGraphEdge.php
749+
lib/Model/AgentGraphEdgePost.php
750+
lib/Model/AgentGraphPost.php
751+
lib/Model/AgentGraphs.php
741752
lib/Model/AiConfigsAccess.php
742753
lib/Model/AiConfigsAccessAllowedReason.php
743754
lib/Model/AiConfigsAccessAllowedRep.php
@@ -833,7 +844,6 @@ lib/Model/ContextSearch.php
833844
lib/Model/Contexts.php
834845
lib/Model/CopiedFromEnv.php
835846
lib/Model/CoreLink.php
836-
lib/Model/CovarianceInfoRep.php
837847
lib/Model/CreateAnnouncementBody.php
838848
lib/Model/CreateApprovalRequestRequest.php
839849
lib/Model/CreateCopyFlagConfigApprovalRequestRequest.php
@@ -1116,6 +1126,7 @@ lib/Model/PostFlagScheduledChangesInput.php
11161126
lib/Model/PostInsightGroupParams.php
11171127
lib/Model/PostReleasePolicyRequest.php
11181128
lib/Model/Prerequisite.php
1129+
lib/Model/ProgressiveReleaseConfig.php
11191130
lib/Model/Project.php
11201131
lib/Model/ProjectPost.php
11211132
lib/Model/ProjectRep.php
@@ -1155,6 +1166,7 @@ lib/Model/ReleasePoliciesAccessRep.php
11551166
lib/Model/ReleasePoliciesResponse.php
11561167
lib/Model/ReleasePolicy.php
11571168
lib/Model/ReleasePolicyScope.php
1169+
lib/Model/ReleasePolicyStage.php
11581170
lib/Model/ReleaseProgression.php
11591171
lib/Model/ReleaseProgressionCollection.php
11601172
lib/Model/ReleaserAudienceConfigInput.php
@@ -1379,6 +1391,11 @@ test/Model/AccessTest.php
13791391
test/Model/AccessTokenPostTest.php
13801392
test/Model/ActionInputTest.php
13811393
test/Model/ActionOutputTest.php
1394+
test/Model/AgentGraphEdgePostTest.php
1395+
test/Model/AgentGraphEdgeTest.php
1396+
test/Model/AgentGraphPostTest.php
1397+
test/Model/AgentGraphTest.php
1398+
test/Model/AgentGraphsTest.php
13821399
test/Model/AiConfigsAccessAllowedReasonTest.php
13831400
test/Model/AiConfigsAccessAllowedRepTest.php
13841401
test/Model/AiConfigsAccessDeniedReasonTest.php
@@ -1474,7 +1491,6 @@ test/Model/ContextSearchTest.php
14741491
test/Model/ContextsTest.php
14751492
test/Model/CopiedFromEnvTest.php
14761493
test/Model/CoreLinkTest.php
1477-
test/Model/CovarianceInfoRepTest.php
14781494
test/Model/CreateAnnouncementBodyTest.php
14791495
test/Model/CreateApprovalRequestRequestTest.php
14801496
test/Model/CreateCopyFlagConfigApprovalRequestRequestTest.php
@@ -1756,6 +1772,7 @@ test/Model/PostFlagScheduledChangesInputTest.php
17561772
test/Model/PostInsightGroupParamsTest.php
17571773
test/Model/PostReleasePolicyRequestTest.php
17581774
test/Model/PrerequisiteTest.php
1775+
test/Model/ProgressiveReleaseConfigTest.php
17591776
test/Model/ProjectPostTest.php
17601777
test/Model/ProjectRepTest.php
17611778
test/Model/ProjectSummaryCollectionTest.php
@@ -1793,6 +1810,7 @@ test/Model/ReleasePoliciesAccessRepTest.php
17931810
test/Model/ReleasePoliciesAccessTest.php
17941811
test/Model/ReleasePoliciesResponseTest.php
17951812
test/Model/ReleasePolicyScopeTest.php
1813+
test/Model/ReleasePolicyStageTest.php
17961814
test/Model/ReleasePolicyTest.php
17971815
test/Model/ReleaseProgressionCollectionTest.php
17981816
test/Model/ReleaseProgressionTest.php

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ Class | Method | HTTP request | Description
535535
*AIConfigsBetaApi* | [**getModelConfig**](docs/Api/AIConfigsBetaApi.md#getmodelconfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
536536
*AIConfigsBetaApi* | [**listAIToolVersions**](docs/Api/AIConfigsBetaApi.md#listaitoolversions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
537537
*AIConfigsBetaApi* | [**listAITools**](docs/Api/AIConfigsBetaApi.md#listaitools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
538+
*AIConfigsBetaApi* | [**listAgentGraphs**](docs/Api/AIConfigsBetaApi.md#listagentgraphs) | **GET** /api/v2/projects/{projectKey}/agent-graphs | List agent graphs
538539
*AIConfigsBetaApi* | [**listModelConfigs**](docs/Api/AIConfigsBetaApi.md#listmodelconfigs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
539540
*AIConfigsBetaApi* | [**patchAIConfig**](docs/Api/AIConfigsBetaApi.md#patchaiconfig) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config
540541
*AIConfigsBetaApi* | [**patchAIConfigTargeting**](docs/Api/AIConfigsBetaApi.md#patchaiconfigtargeting) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Update AI Config targeting
@@ -543,6 +544,7 @@ Class | Method | HTTP request | Description
543544
*AIConfigsBetaApi* | [**postAIConfig**](docs/Api/AIConfigsBetaApi.md#postaiconfig) | **POST** /api/v2/projects/{projectKey}/ai-configs | Create new AI Config
544545
*AIConfigsBetaApi* | [**postAIConfigVariation**](docs/Api/AIConfigsBetaApi.md#postaiconfigvariation) | **POST** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations | Create AI Config variation
545546
*AIConfigsBetaApi* | [**postAITool**](docs/Api/AIConfigsBetaApi.md#postaitool) | **POST** /api/v2/projects/{projectKey}/ai-tools | Create an AI tool
547+
*AIConfigsBetaApi* | [**postAgentGraph**](docs/Api/AIConfigsBetaApi.md#postagentgraph) | **POST** /api/v2/projects/{projectKey}/agent-graphs | Create new agent graph
546548
*AIConfigsBetaApi* | [**postModelConfig**](docs/Api/AIConfigsBetaApi.md#postmodelconfig) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs | Create an AI model config
547549
*AIConfigsBetaApi* | [**postRestrictedModels**](docs/Api/AIConfigsBetaApi.md#postrestrictedmodels) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Add AI models to the restricted list
548550
*AccessTokensApi* | [**deleteToken**](docs/Api/AccessTokensApi.md#deletetoken) | **DELETE** /api/v2/tokens/{id} | Delete access token
@@ -566,6 +568,8 @@ Class | Method | HTTP request | Description
566568
*AccountUsageBetaApi* | [**getEventsUsage**](docs/Api/AccountUsageBetaApi.md#geteventsusage) | **GET** /api/v2/usage/events/{type} | Get events usage
567569
*AccountUsageBetaApi* | [**getExperimentationEventsUsage**](docs/Api/AccountUsageBetaApi.md#getexperimentationeventsusage) | **GET** /api/v2/usage/experimentation-events | Get experimentation events usage
568570
*AccountUsageBetaApi* | [**getExperimentationKeysUsage**](docs/Api/AccountUsageBetaApi.md#getexperimentationkeysusage) | **GET** /api/v2/usage/experimentation-keys | Get experimentation keys usage
571+
*AccountUsageBetaApi* | [**getMAUClientsideUsage**](docs/Api/AccountUsageBetaApi.md#getmauclientsideusage) | **GET** /api/v2/usage/clientside-mau | Get MAU clientside usage
572+
*AccountUsageBetaApi* | [**getMAUTotalUsage**](docs/Api/AccountUsageBetaApi.md#getmautotalusage) | **GET** /api/v2/usage/total-mau | Get MAU total usage
569573
*AccountUsageBetaApi* | [**getMauSdksByType**](docs/Api/AccountUsageBetaApi.md#getmausdksbytype) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
570574
*AccountUsageBetaApi* | [**getMauUsage**](docs/Api/AccountUsageBetaApi.md#getmauusage) | **GET** /api/v2/usage/mau | Get MAU usage
571575
*AccountUsageBetaApi* | [**getMauUsageByCategory**](docs/Api/AccountUsageBetaApi.md#getmauusagebycategory) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
@@ -897,6 +901,11 @@ Class | Method | HTTP request | Description
897901
- [AccessTokenPost](docs/Model/AccessTokenPost.md)
898902
- [ActionInput](docs/Model/ActionInput.md)
899903
- [ActionOutput](docs/Model/ActionOutput.md)
904+
- [AgentGraph](docs/Model/AgentGraph.md)
905+
- [AgentGraphEdge](docs/Model/AgentGraphEdge.md)
906+
- [AgentGraphEdgePost](docs/Model/AgentGraphEdgePost.md)
907+
- [AgentGraphPost](docs/Model/AgentGraphPost.md)
908+
- [AgentGraphs](docs/Model/AgentGraphs.md)
900909
- [AiConfigsAccess](docs/Model/AiConfigsAccess.md)
901910
- [AiConfigsAccessAllowedReason](docs/Model/AiConfigsAccessAllowedReason.md)
902911
- [AiConfigsAccessAllowedRep](docs/Model/AiConfigsAccessAllowedRep.md)
@@ -992,7 +1001,6 @@ Class | Method | HTTP request | Description
9921001
- [Contexts](docs/Model/Contexts.md)
9931002
- [CopiedFromEnv](docs/Model/CopiedFromEnv.md)
9941003
- [CoreLink](docs/Model/CoreLink.md)
995-
- [CovarianceInfoRep](docs/Model/CovarianceInfoRep.md)
9961004
- [CreateAnnouncementBody](docs/Model/CreateAnnouncementBody.md)
9971005
- [CreateApprovalRequestRequest](docs/Model/CreateApprovalRequestRequest.md)
9981006
- [CreateCopyFlagConfigApprovalRequestRequest](docs/Model/CreateCopyFlagConfigApprovalRequestRequest.md)
@@ -1274,6 +1282,7 @@ Class | Method | HTTP request | Description
12741282
- [PostInsightGroupParams](docs/Model/PostInsightGroupParams.md)
12751283
- [PostReleasePolicyRequest](docs/Model/PostReleasePolicyRequest.md)
12761284
- [Prerequisite](docs/Model/Prerequisite.md)
1285+
- [ProgressiveReleaseConfig](docs/Model/ProgressiveReleaseConfig.md)
12771286
- [Project](docs/Model/Project.md)
12781287
- [ProjectPost](docs/Model/ProjectPost.md)
12791288
- [ProjectRep](docs/Model/ProjectRep.md)
@@ -1313,6 +1322,7 @@ Class | Method | HTTP request | Description
13131322
- [ReleasePoliciesResponse](docs/Model/ReleasePoliciesResponse.md)
13141323
- [ReleasePolicy](docs/Model/ReleasePolicy.md)
13151324
- [ReleasePolicyScope](docs/Model/ReleasePolicyScope.md)
1325+
- [ReleasePolicyStage](docs/Model/ReleasePolicyStage.md)
13161326
- [ReleaseProgression](docs/Model/ReleaseProgression.md)
13171327
- [ReleaseProgressionCollection](docs/Model/ReleaseProgressionCollection.md)
13181328
- [ReleaserAudienceConfigInput](docs/Model/ReleaserAudienceConfigInput.md)
@@ -1473,6 +1483,6 @@ support@launchdarkly.com
14731483
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
14741484

14751485
- API version: `2.0`
1476-
- Package version: `19.0.0`
1486+
- Package version: `20.0.0`
14771487
- Generator version: `7.16.0`
14781488
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

composer.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/Api/AIConfigsBetaApi.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ All URIs are relative to https://app.launchdarkly.com, except if the operation d
1919
| [**getModelConfig()**](AIConfigsBetaApi.md#getModelConfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config |
2020
| [**listAIToolVersions()**](AIConfigsBetaApi.md#listAIToolVersions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions |
2121
| [**listAITools()**](AIConfigsBetaApi.md#listAITools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools |
22+
| [**listAgentGraphs()**](AIConfigsBetaApi.md#listAgentGraphs) | **GET** /api/v2/projects/{projectKey}/agent-graphs | List agent graphs |
2223
| [**listModelConfigs()**](AIConfigsBetaApi.md#listModelConfigs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs |
2324
| [**patchAIConfig()**](AIConfigsBetaApi.md#patchAIConfig) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config |
2425
| [**patchAIConfigTargeting()**](AIConfigsBetaApi.md#patchAIConfigTargeting) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Update AI Config targeting |
@@ -27,6 +28,7 @@ All URIs are relative to https://app.launchdarkly.com, except if the operation d
2728
| [**postAIConfig()**](AIConfigsBetaApi.md#postAIConfig) | **POST** /api/v2/projects/{projectKey}/ai-configs | Create new AI Config |
2829
| [**postAIConfigVariation()**](AIConfigsBetaApi.md#postAIConfigVariation) | **POST** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations | Create AI Config variation |
2930
| [**postAITool()**](AIConfigsBetaApi.md#postAITool) | **POST** /api/v2/projects/{projectKey}/ai-tools | Create an AI tool |
31+
| [**postAgentGraph()**](AIConfigsBetaApi.md#postAgentGraph) | **POST** /api/v2/projects/{projectKey}/agent-graphs | Create new agent graph |
3032
| [**postModelConfig()**](AIConfigsBetaApi.md#postModelConfig) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs | Create an AI model config |
3133
| [**postRestrictedModels()**](AIConfigsBetaApi.md#postRestrictedModels) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Add AI models to the restricted list |
3234

@@ -1050,6 +1052,74 @@ try {
10501052
[[Back to Model list]](../../README.md#models)
10511053
[[Back to README]](../../README.md)
10521054

1055+
## `listAgentGraphs()`
1056+
1057+
```php
1058+
listAgentGraphs($ld_api_version, $project_key, $limit, $offset): \LaunchDarklyApi\Model\AgentGraphs
1059+
```
1060+
1061+
List agent graphs
1062+
1063+
Get a list of all agent graphs in the given project. Returns metadata only, without edge data.
1064+
1065+
### Example
1066+
1067+
```php
1068+
<?php
1069+
require_once(__DIR__ . '/vendor/autoload.php');
1070+
1071+
1072+
// Configure API key authorization: ApiKey
1073+
$config = LaunchDarklyApi\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
1074+
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
1075+
// $config = LaunchDarklyApi\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
1076+
1077+
1078+
$apiInstance = new LaunchDarklyApi\Api\AIConfigsBetaApi(
1079+
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
1080+
// This is optional, `GuzzleHttp\Client` will be used as default.
1081+
new GuzzleHttp\Client(),
1082+
$config
1083+
);
1084+
$ld_api_version = 'ld_api_version_example'; // string | Version of the endpoint.
1085+
$project_key = 'project_key_example'; // string
1086+
$limit = 56; // int | The number of AI Configs to return.
1087+
$offset = 56; // int | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`.
1088+
1089+
try {
1090+
$result = $apiInstance->listAgentGraphs($ld_api_version, $project_key, $limit, $offset);
1091+
print_r($result);
1092+
} catch (Exception $e) {
1093+
echo 'Exception when calling AIConfigsBetaApi->listAgentGraphs: ', $e->getMessage(), PHP_EOL;
1094+
}
1095+
```
1096+
1097+
### Parameters
1098+
1099+
| Name | Type | Description | Notes |
1100+
| ------------- | ------------- | ------------- | ------------- |
1101+
| **ld_api_version** | **string**| Version of the endpoint. | |
1102+
| **project_key** | **string**| | |
1103+
| **limit** | **int**| The number of AI Configs to return. | [optional] |
1104+
| **offset** | **int**| Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query &#x60;limit&#x60;. | [optional] |
1105+
1106+
### Return type
1107+
1108+
[**\LaunchDarklyApi\Model\AgentGraphs**](../Model/AgentGraphs.md)
1109+
1110+
### Authorization
1111+
1112+
[ApiKey](../../README.md#ApiKey)
1113+
1114+
### HTTP request headers
1115+
1116+
- **Content-Type**: Not defined
1117+
- **Accept**: `application/json`
1118+
1119+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
1120+
[[Back to Model list]](../../README.md#models)
1121+
[[Back to README]](../../README.md)
1122+
10531123
## `listModelConfigs()`
10541124

10551125
```php
@@ -1590,6 +1660,72 @@ try {
15901660
[[Back to Model list]](../../README.md#models)
15911661
[[Back to README]](../../README.md)
15921662

1663+
## `postAgentGraph()`
1664+
1665+
```php
1666+
postAgentGraph($ld_api_version, $project_key, $agent_graph_post): \LaunchDarklyApi\Model\AgentGraph
1667+
```
1668+
1669+
Create new agent graph
1670+
1671+
Create a new agent graph within the given project.
1672+
1673+
### Example
1674+
1675+
```php
1676+
<?php
1677+
require_once(__DIR__ . '/vendor/autoload.php');
1678+
1679+
1680+
// Configure API key authorization: ApiKey
1681+
$config = LaunchDarklyApi\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
1682+
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
1683+
// $config = LaunchDarklyApi\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
1684+
1685+
1686+
$apiInstance = new LaunchDarklyApi\Api\AIConfigsBetaApi(
1687+
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
1688+
// This is optional, `GuzzleHttp\Client` will be used as default.
1689+
new GuzzleHttp\Client(),
1690+
$config
1691+
);
1692+
$ld_api_version = 'ld_api_version_example'; // string | Version of the endpoint.
1693+
$project_key = 'project_key_example'; // string
1694+
$agent_graph_post = new \LaunchDarklyApi\Model\AgentGraphPost(); // \LaunchDarklyApi\Model\AgentGraphPost | Agent graph object to create
1695+
1696+
try {
1697+
$result = $apiInstance->postAgentGraph($ld_api_version, $project_key, $agent_graph_post);
1698+
print_r($result);
1699+
} catch (Exception $e) {
1700+
echo 'Exception when calling AIConfigsBetaApi->postAgentGraph: ', $e->getMessage(), PHP_EOL;
1701+
}
1702+
```
1703+
1704+
### Parameters
1705+
1706+
| Name | Type | Description | Notes |
1707+
| ------------- | ------------- | ------------- | ------------- |
1708+
| **ld_api_version** | **string**| Version of the endpoint. | |
1709+
| **project_key** | **string**| | |
1710+
| **agent_graph_post** | [**\LaunchDarklyApi\Model\AgentGraphPost**](../Model/AgentGraphPost.md)| Agent graph object to create | |
1711+
1712+
### Return type
1713+
1714+
[**\LaunchDarklyApi\Model\AgentGraph**](../Model/AgentGraph.md)
1715+
1716+
### Authorization
1717+
1718+
[ApiKey](../../README.md#ApiKey)
1719+
1720+
### HTTP request headers
1721+
1722+
- **Content-Type**: `application/json`
1723+
- **Accept**: `application/json`
1724+
1725+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
1726+
[[Back to Model list]](../../README.md#models)
1727+
[[Back to README]](../../README.md)
1728+
15931729
## `postModelConfig()`
15941730

15951731
```php

0 commit comments

Comments
 (0)