From 8bb62b70fefef7ce58d4fec149b462dc74579dc3 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 10 Feb 2023 09:23:36 -0700 Subject: [PATCH] hotfix: added note to http.post frontmatter --- data/flux_stdlib_frontmatter.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/flux_stdlib_frontmatter.yml b/data/flux_stdlib_frontmatter.yml index 674137c89..0a998671d 100644 --- a/data/flux_stdlib_frontmatter.yml +++ b/data/flux_stdlib_frontmatter.yml @@ -1041,6 +1041,16 @@ - /influxdb/v2.0/reference/flux/functions/http/post/ - /influxdb/v2.0/reference/flux/stdlib/http/post/ - /influxdb/cloud/reference/flux/stdlib/http/post/ + related: + - /flux/v0.x/stdlib/http/requests/post/ + prepend: + block: note + content: | + #### requests.post() + + The `http/requests` package provides a full-featured HTTP library. + We recommend using [`requests.post()`](/flux/v0.x/stdlib/http/requests/post/) + instead of `http.post()`. /flux/v0.x/stdlib/influxdata/influxdb/_index.md: | aliases: