@@ -10039,7 +10039,7 @@ paths:
10039
10039
- default : false
10040
10040
description : If true, also show unmanaged map files loaded in haproxy
10041
10041
in : query
10042
- name : includeUnmanaged
10042
+ name : include_unmanaged
10043
10043
required : false
10044
10044
type : boolean
10045
10045
responses :
@@ -10109,7 +10109,7 @@ paths:
10109
10109
description : Returns an array of all entries in a given runtime map file.
10110
10110
operationId : showRuntimeMap
10111
10111
parameters :
10112
- - description : Map storage_name
10112
+ - description : Mapfile attribute storage_name
10113
10113
in : query
10114
10114
name : map
10115
10115
required : true
@@ -10130,7 +10130,7 @@ paths:
10130
10130
description : Adds an entry into the map file.
10131
10131
operationId : addMapEntry
10132
10132
parameters :
10133
- - description : Map storage_name
10133
+ - description : Mapfile attribute storage_name
10134
10134
in : query
10135
10135
name : map
10136
10136
required : true
@@ -10169,7 +10169,7 @@ paths:
10169
10169
name : id
10170
10170
required : true
10171
10171
type : string
10172
- - description : Map storage_name
10172
+ - description : Mapfile attribute storage_name
10173
10173
in : query
10174
10174
name : map
10175
10175
required : true
@@ -10198,7 +10198,7 @@ paths:
10198
10198
name : id
10199
10199
required : true
10200
10200
type : string
10201
- - description : Map storage_name
10201
+ - description : Mapfile attribute storage_name
10202
10202
in : query
10203
10203
name : map
10204
10204
required : true
@@ -10224,7 +10224,7 @@ paths:
10224
10224
name : id
10225
10225
required : true
10226
10226
type : string
10227
- - description : Map storage_name
10227
+ - description : Mapfile attribute storage_name
10228
10228
in : query
10229
10229
name : map
10230
10230
required : true
@@ -10301,22 +10301,14 @@ paths:
10301
10301
parameters :
10302
10302
- description : The map file contents
10303
10303
in : formData
10304
- name : fileUpload
10304
+ name : file_upload
10305
10305
type : file
10306
10306
x-mimetype : text/plain
10307
10307
responses :
10308
10308
" 201 " :
10309
10309
description : Map file created with its entries
10310
10310
schema :
10311
10311
$ref : ' #/definitions/map'
10312
- " 202 " :
10313
- description : Configuration change accepted and reload requested
10314
- headers :
10315
- Reload-ID :
10316
- description : ID of the requested reload
10317
- type : string
10318
- schema :
10319
- $ref : ' #/definitions/map'
10320
10312
" 400 " :
10321
10313
$ref : ' #/responses/BadRequest'
10322
10314
" 409 " :
@@ -10389,7 +10381,13 @@ paths:
10389
10381
produces :
10390
10382
- application/json
10391
10383
responses :
10392
- " 200 " :
10384
+ " 202 " :
10385
+ description : Configuration change accepted and reload requested
10386
+ headers :
10387
+ Reload-ID :
10388
+ description : ID of the requested reload
10389
+ type : string
10390
+ " 204 " :
10393
10391
description : Map file replaced
10394
10392
" 400 " :
10395
10393
$ref : ' #/responses/BadRequest'
0 commit comments