Skip to content

Commit 5c9b211

Browse files
committed
fix request.txt
1 parent 7438d94 commit 5c9b211

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
curl \
22
--request POST \
33
--header "Content-Type: application/json" \
4-
--header "apikey: supabase.anon.key" \
5-
--header "x-client-info: functions-swift/x.y.z" \
4+
--header "X-Client-Info: functions-swift/x.y.z" \
5+
--header "apiKey: supabase.anon.key" \
66
--data "{\"name\":\"Supabase\"}" \
77
"http://localhost:5432/functions/v1/hello-world"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
curl \
22
--request POST \
3-
--header "apikey: supabase.anon.key" \
4-
--header "x-client-info: functions-swift/x.y.z" \
3+
--header "X-Client-Info: functions-swift/x.y.z" \
4+
--header "apiKey: supabase.anon.key" \
55
--header "x-custom-key: custom value" \
66
"http://localhost:5432/functions/v1/hello-world"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
curl \
22
--request PATCH \
3-
--header "apikey: supabase.anon.key" \
4-
--header "x-client-info: functions-swift/x.y.z" \
3+
--header "X-Client-Info: functions-swift/x.y.z" \
4+
--header "apiKey: supabase.anon.key" \
55
"http://localhost:5432/functions/v1/hello-world"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
curl \
22
--request POST \
3-
--header "apikey: supabase.anon.key" \
4-
--header "x-client-info: functions-swift/x.y.z" \
3+
--header "X-Client-Info: functions-swift/x.y.z" \
4+
--header "apiKey: supabase.anon.key" \
55
--header "x-region: ap-northeast-1" \
66
"http://localhost:5432/functions/v1/hello-world"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
curl \
22
--request POST \
3-
--header "apikey: supabase.anon.key" \
4-
--header "x-client-info: functions-swift/x.y.z" \
3+
--header "X-Client-Info: functions-swift/x.y.z" \
4+
--header "apiKey: supabase.anon.key" \
55
"http://localhost:5432/functions/v1/hello-world"

0 commit comments

Comments
 (0)