Skip to content

Commit 6ab92ba

Browse files
committed
docs(aggregator): adjust deprecation warning code
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 240df6d commit 6ab92ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tap_aggregator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Warning object format (similar to the standard JSON-RPC error object):
5151

5252
We define these warning codes:
5353

54-
- `-32101` API version deprecation
54+
- `-32051` API version deprecation
5555

5656
Also returns an object containing the method's supported versions in the `data` field. Example:
5757

@@ -63,7 +63,7 @@ We define these warning codes:
6363
"data": {...},
6464
"warnings": [
6565
{
66-
"code": -32101,
66+
"code": -32051,
6767
"data": {
6868
"versions_deprecated": [
6969
"0.0"

0 commit comments

Comments
 (0)