We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2681e commit 9e1fa64Copy full SHA for 9e1fa64
stone_cfg.stone
@@ -4,8 +4,8 @@ struct Route
4
5
auth String = "user"
6
"The auth type for the route. Valid values: user, team, app, noauth."
7
- host String = "meta"
8
- "The server to make the request to. Valid values: meta, content,
+ host String = "api"
+ "The server to make the request to. Valid values: api, content,
9
and notify."
10
style String = "rpc"
11
"The RPC format to use for the request. Valid values: rpc, download,
0 commit comments