From 0d833b62a9e08aa8e54c288972d6f9bb25b4bb77 Mon Sep 17 00:00:00 2001 From: Nolan Di Mare Sullivan Date: Fri, 2 May 2025 18:21:13 +0100 Subject: [PATCH] Fix busted tables --- docs/sdk-docs.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sdk-docs.mdx b/docs/sdk-docs.mdx index 35ebbc0..0f49c2c 100644 --- a/docs/sdk-docs.mdx +++ b/docs/sdk-docs.mdx @@ -304,25 +304,25 @@ The supported `tags` and their associated conditions are listed in this table: conditions: "One of the responses must be an error with custom content data." }, { - section: "Server Selection", + section: "Client Server Selection", subsection: "Per-Client", tag: "server", conditions: "`servers` must **not** be set at the operation level." }, { - section: "Server Selection", + section: "Operation Server Selection", subsection: "Per-Operation", tag: "server", conditions: "Operation must define its own `servers` array." }, { - section: "Authentication", + section: "Client Authentication", subsection: "Per-Client", tag: "security", conditions: "`security` must **not** be set for the operation." }, { - section: "Authentication", + section: "Operation Authentication", subsection: "Per-Operation", tag: "security", conditions: "Operation must define its own `security` array."