Skip to content

Commit 0f19688

Browse files
author
github-actions
committed
Update openapi.json from web frontend workflow 2026-06-16T14:47:35Z
1 parent 1ccb09b commit 0f19688

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

openapi.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
}
2020
],
2121
"paths": {
22-
"/api/v2/config": {
22+
"/api/v2/configs": {
2323
"get": {
2424
"tags": [
25-
"config"
25+
"configs"
2626
],
2727
"summary": "Gets all configuration items.",
2828
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns all configuration items.",
29-
"operationId": "2a8a1dadc1e4d37189887ac0b494b5dc",
29+
"operationId": "8f8a371403a0e0c77c620357231d2415",
3030
"parameters": [
3131
{
3232
"name": "php-auth-pw",
@@ -74,11 +74,11 @@
7474
},
7575
"post": {
7676
"tags": [
77-
"config"
77+
"configs"
7878
],
7979
"summary": "Creates a configuration item.",
8080
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Creates a configuration item.",
81-
"operationId": "657668778606fd0a8a58db716617dc10",
81+
"operationId": "c767f008e7e0f8c093645a263932800f",
8282
"parameters": [
8383
{
8484
"name": "php-auth-pw",
@@ -145,14 +145,14 @@
145145
}
146146
}
147147
},
148-
"/api/v2/config/{key}": {
148+
"/api/v2/configs/{key}": {
149149
"get": {
150150
"tags": [
151-
"config"
151+
"configs"
152152
],
153153
"summary": "Gets a configuration item.",
154154
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns one configuration item by key.",
155-
"operationId": "7c56f0239ddab3ac3f3dbd6a3012c63d",
155+
"operationId": "6e300b7f3a1f48551382d63965d42236",
156156
"parameters": [
157157
{
158158
"name": "php-auth-pw",
@@ -208,11 +208,11 @@
208208
},
209209
"put": {
210210
"tags": [
211-
"config"
211+
"configs"
212212
],
213213
"summary": "Updates a configuration item.",
214214
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Updates a configuration item value.",
215-
"operationId": "3b13ac3729be580e86037037f847d72d",
215+
"operationId": "240870a0b6dce4847a5adad676c82e45",
216216
"parameters": [
217217
{
218218
"name": "php-auth-pw",
@@ -289,11 +289,11 @@
289289
},
290290
"delete": {
291291
"tags": [
292-
"config"
292+
"configs"
293293
],
294294
"summary": "Deletes a configuration item.",
295295
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Deletes a configuration item.",
296-
"operationId": "b4c8a6e6d8a6ac7208347b0a6e81a83b",
296+
"operationId": "3b07e5ff518395283f31ec4e1ed2d9d7",
297297
"parameters": [
298298
{
299299
"name": "php-auth-pw",
@@ -9410,8 +9410,8 @@
94109410
},
94119411
"tags": [
94129412
{
9413-
"name": "config",
9414-
"description": "config"
9413+
"name": "configs",
9414+
"description": "configs"
94159415
},
94169416
{
94179417
"name": "admin-attributes",

0 commit comments

Comments
 (0)