Skip to content

Commit cfd8b77

Browse files
committed
Update docs/changelog/130325.yaml
1 parent 4d5e18f commit cfd8b77

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/changelog/130325.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
pr: 130325
22
summary: "Simulate API: Return 400 on invalid processor(s)"
33
area: Ingest Node
4-
type: breaking
5-
issues: []
6-
4+
type: bug
5+
issues:
6+
- 120731
77
breaking:
88
title: Return 400 on invalid processor(s) in Simulate API
99
area: Ingest
10-
details: >-
11-
In earlier versions of {es}, the Simulate API would return a 500 error when encountering invalid processors. Now, it returns a 400 Bad Request error instead.
12-
13-
impact: >-
14-
Callers should expect a 400 Bad Request response when the Simulate API encounters invalid processors. This change improves error handling and provides clearer feedback on request issues.
15-
10+
details: "In earlier versions of {es}, the Simulate API would return a 500 error\
11+
\ when encountering invalid processors. Now, it returns a 400 Bad Request error\
12+
\ instead."
13+
impact: Callers should expect a 400 Bad Request response when the Simulate API encounters
14+
invalid processors. This change improves error handling and provides clearer feedback
15+
on request issues.
1616
notable: false

0 commit comments

Comments
 (0)