File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ CREATE TABLE GeoCheckin
41
41
42
42
| Call | Request URL | Type | Description |
43
43
| :------| ---------------------| :--------------:| --------------|
44
- | put | /ts/v1/tables/GeoCheckin/keys '[ »Row(s)«] ' | PUT | put a single or a batch of rows |
44
+ | put | /ts/v1/tables/GeoCheckin/keys '[ »Row(s)«] ' | POST | put a single or a batch of rows |
45
45
| get | /ts/v1/tables/GeoCheckin/keys/region/North%20West/state/WA/time/14201136 | GET | single-key get of a value |
46
46
| delete | /ts/v1/tables/GeoCheckin/keys/region/North%20West/state/WA/time/14201136 | DELETE | single-key delete |
47
47
| query | /ts/v1/query --data "»Query«" | POST | execute a query |
@@ -56,7 +56,7 @@ All keys need to be implemented in the query string using percent-encoding (or U
56
56
57
57
| Call | Method | Type |
58
58
| -----------| --------| -------|
59
- | put | PUT | Write |
59
+ | put | POST | Write |
60
60
| get | GET | Read |
61
61
| delete | DELETE | Write |
62
62
| query | POST | Query |
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ CREATE TABLE GeoCheckin
41
41
42
42
| Call | Request URL | Type | Description |
43
43
| :------| ---------------------| :--------------:| --------------|
44
- | put | /ts/v1/tables/GeoCheckin/keys '[ »Row(s)«] ' | PUT | put a single or a batch of rows |
44
+ | put | /ts/v1/tables/GeoCheckin/keys '[ »Row(s)«] ' | POST | put a single or a batch of rows |
45
45
| get | /ts/v1/tables/GeoCheckin/keys/region/North%20West/state/WA/time/14201136 | GET | single-key get of a value |
46
46
| delete | /ts/v1/tables/GeoCheckin/keys/region/North%20West/state/WA/time/14201136 | DELETE | single-key delete |
47
47
| query | /ts/v1/query --data "»Query«" | POST | execute a query |
@@ -56,7 +56,7 @@ All keys need to be implemented in the query string using percent-encoding (or U
56
56
57
57
| Call | Method | Type |
58
58
| -----------| --------| -------|
59
- | put | PUT | Write |
59
+ | put | POST | Write |
60
60
| get | GET | Read |
61
61
| delete | DELETE | Write |
62
62
| query | POST | Query |
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ CREATE TABLE GeoCheckin
40
40
41
41
| Call | Request URL | Type | Description |
42
42
| :------| ---------------------| :--------------:| --------------|
43
- | put | /ts/v1/tables/GeoCheckin/keys '[ »Row(s)«] ' | PUT | put a single or a batch of rows |
43
+ | put | /ts/v1/tables/GeoCheckin/keys '[ »Row(s)«] ' | POST | put a single or a batch of rows |
44
44
| get | /ts/v1/tables/GeoCheckin/keys/region/North%20West/state/WA/time/14201136 | GET | single-key get of a value |
45
45
| delete | /ts/v1/tables/GeoCheckin/keys/region/North%20West/state/WA/time/14201136 | DELETE | single-key delete |
46
46
| query | /ts/v1/query --data "»Query«" | POST | execute a query |
@@ -55,7 +55,7 @@ All keys need to be implemented in the query string using percent-encoding (or U
55
55
56
56
| Call | Method | Type |
57
57
| -----------| --------| -------|
58
- | put | PUT | Write |
58
+ | put | POST | Write |
59
59
| get | GET | Read |
60
60
| delete | DELETE | Write |
61
61
| query | POST | Query |
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ CREATE TABLE GeoCheckin
40
40
41
41
| Call | Request URL | Type | Description |
42
42
| :------| ---------------------| :--------------:| --------------|
43
- | put | /ts/v1/tables/GeoCheckin/keys '[ »Row(s)«] ' | PUT | put a single or a batch of rows |
43
+ | put | /ts/v1/tables/GeoCheckin/keys '[ »Row(s)«] ' | POST | put a single or a batch of rows |
44
44
| get | /ts/v1/tables/GeoCheckin/keys/region/North%20West/state/WA/time/14201136 | GET | single-key get of a value |
45
45
| delete | /ts/v1/tables/GeoCheckin/keys/region/North%20West/state/WA/time/14201136 | DELETE | single-key delete |
46
46
| query | /ts/v1/query --data "»Query«" | POST | execute a query |
@@ -97,7 +97,7 @@ The results from the query are in JSON and thus will be encoded as `base64`, not
97
97
98
98
| Call | Method | Type |
99
99
| -----------| --------| -------|
100
- | put | PUT | Write |
100
+ | put | POST | Write |
101
101
| get | GET | Read |
102
102
| delete | DELETE | Write |
103
103
| query | POST | Query |
You can’t perform that action at this time.
0 commit comments