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 03a792f commit e70aa77Copy full SHA for e70aa77
README.md
@@ -54,6 +54,6 @@ curl -X 'GET' 'https://test.ru/test/' -H 'accept: application/vnd.some.name+json
54
55
curl -X 'GET' 'https://test.ru/test/'
56
57
-# call 2.1 version
58
-curl -X 'GET' 'https://test.ru/test/' -H 'accept: application/vnd.some.name+json; version=2.1'
+# call 2.0 version
+curl -X 'GET' 'https://test.ru/test/' -H 'accept: application/vnd.some.name+json; version=2.0'
59
```
0 commit comments