doc: update custom api help
This commit is contained in:
@@ -98,7 +98,7 @@ Request Hook
|
|||||||
(text, from, to, url, key) => [url, {
|
(text, from, to, url, key) => [url, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Authorization": Bearer ${key},
|
"Authorization": `Bearer ${key}`,
|
||||||
"Content-type": "application/json",
|
"Content-type": "application/json",
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
|
|||||||
Reference in New Issue
Block a user