We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240df6d commit 6ab92baCopy full SHA for 6ab92ba
tap_aggregator/README.md
@@ -51,7 +51,7 @@ Warning object format (similar to the standard JSON-RPC error object):
51
52
We define these warning codes:
53
54
-- `-32101` API version deprecation
+- `-32051` API version deprecation
55
56
Also returns an object containing the method's supported versions in the `data` field. Example:
57
@@ -63,7 +63,7 @@ We define these warning codes:
63
"data": {...},
64
"warnings": [
65
{
66
- "code": -32101,
+ "code": -32051,
67
"data": {
68
"versions_deprecated": [
69
"0.0"
0 commit comments