Skip to content

Commit

Permalink
fix: fix precision timestamp link (influxdata#4603)
Browse files Browse the repository at this point in the history
* fix: fix precision timestamp link

* fix: fix spacing

* Apply suggestions from code review

Co-authored-by: Sunbrye Ly <[email protected]>
Co-authored-by: kelseiv <[email protected]>
Co-authored-by: Scott Anderson <[email protected]>
  • Loading branch information
4 people authored Nov 16, 2022
1 parent 2822459 commit 98d5d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/influxdb/cloud/write-data/developer-tools/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use the `POST` request method and include the following in your request:
|:----------- |:---------- |
| Organization | Use the `org` query parameter in your request URL. |
| Bucket | Use the `bucket` query parameter in your request URL. |
| Precision | Use the [`precision`](/influxdb/cloud/write-data/#timestamp-precision) query parameter in your request URL. Default is `ns` |
| Precision | Use the [`precision`](/influxdb/cloud/write-data/developer-tools/line-protocol/#timestamp-precision) query parameter in your request URL. Default is `ns` |
| API token | Use the `Authorization: Token YOUR_API_TOKEN` header. |
| Line protocol | Pass as plain text in your request body. |

Expand Down
2 changes: 1 addition & 1 deletion content/influxdb/v2.3/write-data/developer-tools/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use the `POST` request method and include the following in your request:
|:----------- |:---------- |
| Organization | Use the `org` query parameter in your request URL. |
| Bucket | Use the `bucket` query parameter in your request URL. |
| Timestamp precision | Use the [`precision`](/influxdb/v2.3/write-data/#timestamp-precision) query parameter in your request URL. Default is `ns`. |
| Timestamp precision | Use the [`precision`](/influxdb/v2.3/write-data/developer-tools/line-protocol/#timestamp-precision) query parameter in your request URL. Default is `ns`. |
| API token | Use the `Authorization: Token YOUR_API_TOKEN` header. |
| Line protocol | Pass as plain text in your request body. |

Expand Down
2 changes: 1 addition & 1 deletion content/influxdb/v2.4/write-data/developer-tools/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use the `POST` request method and include the following in your request:
|:----------- |:---------- |
| Organization | Use the `org` query parameter in your request URL. |
| Bucket | Use the `bucket` query parameter in your request URL. |
| Timestamp precision | Use the [`precision`](/influxdb/v2.4/write-data/#timestamp-precision) query parameter in your request URL. Default is `ns`. |
| Timestamp precision | Use the [`precision`](/influxdb/v2.4/write-data/developer-tools/line-protocol/#timestamp-precision) query parameter in your request URL. Default is `ns`. |
| API token | Use the `Authorization: Token YOUR_API_TOKEN` header. |
| Line protocol | Pass as plain text in your request body. |

Expand Down

0 comments on commit 98d5d3b

Please sign in to comment.