44 version : 1.0.0
55 description : Тестовый конфиг
66paths :
7+ /resources:test-empty-rename-request :
8+ post :
9+ operationId : testEmptyRenameRequest
10+ x-lg-handler : ' \App\Http\Controllers\ResourcesController@testEmptyRenameRequest'
11+ x-lg-request-class-name : ' '
12+ responses :
13+ " 200 " :
14+ description : Успешный ответ c контекстом
15+ content :
16+ application/json :
17+ schema :
18+ $ref : ' ./schemas/test_resource_generation.yaml#/ResourceDataDataResponse'
19+ /resources:test-rename-from-key-request :
20+ post :
21+ operationId : testRenameFromKeyRequest
22+ x-lg-handler : ' \App\Http\Controllers\ResourcesController@testRenameFromKeyRequest'
23+ x-lg-request-class-name : ' '
24+ responses :
25+ " 200 " :
26+ description : Успешный ответ c контекстом
27+ content :
28+ application/json :
29+ schema :
30+ $ref : ' ./schemas/test_resource_generation.yaml#/ResourceDataWithNameResponse'
731 /resources:test-full-generate/{id} :
832 post :
933 operationId : testFullGenerate
@@ -22,18 +46,6 @@ paths:
2246 $ref : ' ./schemas/test_resource_generation.yaml#/ResourceForTestResourceGenerationResponse'
2347 " 500 " :
2448 $ref : ' #/components/responses/ServerError'
25- /resources:test-empty-rename-request :
26- post :
27- operationId : testEmptyRenameRequest
28- x-lg-handler : ' \App\Http\Controllers\ResourcesController@testEmptyRenameRequest'
29- x-lg-request-class-name : ' '
30- responses :
31- " 200 " :
32- description : Успешный ответ c контекстом
33- content :
34- application/json :
35- schema :
36- $ref : ' ./schemas/test_resource_generation.yaml#/ResourceDataDataResponse'
3749 /resources:test-rename-request :
3850 post :
3951 operationId : testRenameRequest
0 commit comments