Skip to content

Commit 1760033

Browse files
dcrossleyaugithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent a2ef06a commit 1760033

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

_data/config-api-endpoints.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,6 +1623,30 @@
16231623
"name": "mod-login-keycloak",
16241624
"path": "/authn/update"
16251625
},
1626+
{
1627+
"apiDescription": "target/api/openapi/tenant-settings.yaml",
1628+
"apiType": "oas",
1629+
"interface": "authorities-config 1.0",
1630+
"methods": "get:operation/getConfigGroups",
1631+
"name": "mod-entities-links",
1632+
"path": "/authorities/config/groups"
1633+
},
1634+
{
1635+
"apiDescription": "target/api/openapi/tenant-settings.yaml",
1636+
"apiType": "oas",
1637+
"interface": "authorities-config 1.0",
1638+
"methods": "get:operation/getGroupSettings",
1639+
"name": "mod-entities-links",
1640+
"path": "/authorities/config/groups/{groupId}/settings"
1641+
},
1642+
{
1643+
"apiDescription": "target/api/openapi/tenant-settings.yaml",
1644+
"apiType": "oas",
1645+
"interface": "authorities-config 1.0",
1646+
"methods": "patch:operation/updateGroupSetting",
1647+
"name": "mod-entities-links",
1648+
"path": "/authorities/config/groups/{groupId}/settings/{key}"
1649+
},
16261650
{
16271651
"apiDescription": "target/api/openapi/mod-entities-links.yaml",
16281652
"apiType": "oas",

_data/config-apidocs.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,10 +853,13 @@
853853
{
854854
"config": {
855855
"oas": [
856-
"src/main/resources/swagger.api/mod-entities-links.yaml"
856+
"src/main/resources/swagger.api/mod-entities-links.yaml",
857+
"target/api/openapi/tenant-settings.yaml"
857858
],
858859
"raml": [],
859-
"upload": []
860+
"upload": [
861+
"mod-entities-links.html"
862+
]
860863
},
861864
"metadata": {
862865
"apiTypes": [

0 commit comments

Comments
 (0)