Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-03 17:38:48 +00:00
parent 53ff54d150
commit 61c42c40f0
4 changed files with 48 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"manifests": {
"explicatis/dynamics-api-bundle": {
"manifest": {
"bundles": {
"Explicatis\\DynamicsApiBundle\\DynamicsApiBundle": [
"all"
]
},
"env": {
"DYNAMICS_AUTH_BASE_URL": "https://login.microsoftonline.com/",
"DYNAMICS_API_BASE_URL": "",
"DYNAMICS_TENANT_ID": "",
"DYNAMICS_APP_ID": "",
"DYNAMICS_CLIENT_KEY": ""
}
},
"files": [],
"ref": "eeb9f5fb164168b27d5feeec0d7e04c49835fc51"
}
}
}