|
19 | 19 | } |
20 | 20 | ], |
21 | 21 | "paths": { |
22 | | - "/api/v2/config": { |
| 22 | + "/api/v2/configs": { |
23 | 23 | "get": { |
24 | 24 | "tags": [ |
25 | | - "config" |
| 25 | + "configs" |
26 | 26 | ], |
27 | 27 | "summary": "Gets all configuration items.", |
28 | 28 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns all configuration items.", |
29 | | - "operationId": "2a8a1dadc1e4d37189887ac0b494b5dc", |
| 29 | + "operationId": "8f8a371403a0e0c77c620357231d2415", |
30 | 30 | "parameters": [ |
31 | 31 | { |
32 | 32 | "name": "php-auth-pw", |
|
74 | 74 | }, |
75 | 75 | "post": { |
76 | 76 | "tags": [ |
77 | | - "config" |
| 77 | + "configs" |
78 | 78 | ], |
79 | 79 | "summary": "Creates a configuration item.", |
80 | 80 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Creates a configuration item.", |
81 | | - "operationId": "657668778606fd0a8a58db716617dc10", |
| 81 | + "operationId": "c767f008e7e0f8c093645a263932800f", |
82 | 82 | "parameters": [ |
83 | 83 | { |
84 | 84 | "name": "php-auth-pw", |
|
145 | 145 | } |
146 | 146 | } |
147 | 147 | }, |
148 | | - "/api/v2/config/{key}": { |
| 148 | + "/api/v2/configs/{key}": { |
149 | 149 | "get": { |
150 | 150 | "tags": [ |
151 | | - "config" |
| 151 | + "configs" |
152 | 152 | ], |
153 | 153 | "summary": "Gets a configuration item.", |
154 | 154 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns one configuration item by key.", |
155 | | - "operationId": "7c56f0239ddab3ac3f3dbd6a3012c63d", |
| 155 | + "operationId": "6e300b7f3a1f48551382d63965d42236", |
156 | 156 | "parameters": [ |
157 | 157 | { |
158 | 158 | "name": "php-auth-pw", |
|
208 | 208 | }, |
209 | 209 | "put": { |
210 | 210 | "tags": [ |
211 | | - "config" |
| 211 | + "configs" |
212 | 212 | ], |
213 | 213 | "summary": "Updates a configuration item.", |
214 | 214 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Updates a configuration item value.", |
215 | | - "operationId": "3b13ac3729be580e86037037f847d72d", |
| 215 | + "operationId": "240870a0b6dce4847a5adad676c82e45", |
216 | 216 | "parameters": [ |
217 | 217 | { |
218 | 218 | "name": "php-auth-pw", |
|
289 | 289 | }, |
290 | 290 | "delete": { |
291 | 291 | "tags": [ |
292 | | - "config" |
| 292 | + "configs" |
293 | 293 | ], |
294 | 294 | "summary": "Deletes a configuration item.", |
295 | 295 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Deletes a configuration item.", |
296 | | - "operationId": "b4c8a6e6d8a6ac7208347b0a6e81a83b", |
| 296 | + "operationId": "3b07e5ff518395283f31ec4e1ed2d9d7", |
297 | 297 | "parameters": [ |
298 | 298 | { |
299 | 299 | "name": "php-auth-pw", |
|
9410 | 9410 | }, |
9411 | 9411 | "tags": [ |
9412 | 9412 | { |
9413 | | - "name": "config", |
9414 | | - "description": "config" |
| 9413 | + "name": "configs", |
| 9414 | + "description": "configs" |
9415 | 9415 | }, |
9416 | 9416 | { |
9417 | 9417 | "name": "admin-attributes", |
|
0 commit comments