Skip to content

Commit 3e0c881

Browse files
committed
BUG/MINOR: fix description of backend endpoint
1 parent 91726d6 commit 3e0c881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/haproxy_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6713,7 +6713,7 @@ paths:
67136713
- Backend
67146714
/services/haproxy/configuration/backends/{name}:
67156715
delete:
6716-
description: Deletes a frontend from the configuration by it's name.
6716+
description: Deletes a backend from the configuration by it's name.
67176717
operationId: deleteBackend
67186718
parameters:
67196719
- description: Backend name

paths/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ backends_one:
413413
$ref: '#/responses/DefaultError'
414414
delete:
415415
summary: Delete a backend
416-
description: Deletes a frontend from the configuration by it's name.
416+
description: Deletes a backend from the configuration by it's name.
417417
operationId: deleteBackend
418418
tags:
419419
- Backend

0 commit comments

Comments
 (0)