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 041d2f5 commit 03a792fCopy full SHA for 03a792f
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.0 version
58
-curl -X 'GET' 'https://test.ru/test/' -H 'accept: application/vnd.some.name+json; version=2.0'
+# call 2.1 version
+curl -X 'GET' 'https://test.ru/test/' -H 'accept: application/vnd.some.name+json; version=2.1'
59
```
0 commit comments