Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9960df4

Browse filesBrowse files
authored
Fix busted tables (#22)
1 parent cf48b36 commit 9960df4
Copy full SHA for 9960df4

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎docs/sdk-docs.mdx

Copy file name to clipboardExpand all lines: docs/sdk-docs.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,25 +304,25 @@ The supported `tags` and their associated conditions are listed in this table:
304304
conditions: "One of the responses must be an error with custom content data."
305305
},
306306
{
307-
section: "Server Selection",
307+
section: "Client Server Selection",
308308
subsection: "Per-Client",
309309
tag: "server",
310310
conditions: "`servers` must **not** be set at the operation level."
311311
},
312312
{
313-
section: "Server Selection",
313+
section: "Operation Server Selection",
314314
subsection: "Per-Operation",
315315
tag: "server",
316316
conditions: "Operation must define its own `servers` array."
317317
},
318318
{
319-
section: "Authentication",
319+
section: "Client Authentication",
320320
subsection: "Per-Client",
321321
tag: "security",
322322
conditions: "`security` must **not** be set for the operation."
323323
},
324324
{
325-
section: "Authentication",
325+
section: "Operation Authentication",
326326
subsection: "Per-Operation",
327327
tag: "security",
328328
conditions: "Operation must define its own `security` array."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.