From 496a880f11ffbe04dc2a5d8330dc5ac614dd9099 Mon Sep 17 00:00:00 2001 From: Alex <83725655+olsonap@users.noreply.github.com> Date: Thu, 1 May 2025 18:26:39 -0500 Subject: [PATCH] Fixing typo --- openapi/tags/Auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/tags/Auth.md b/openapi/tags/Auth.md index ac8c6e55..cc7e6e7a 100644 --- a/openapi/tags/Auth.md +++ b/openapi/tags/Auth.md @@ -31,7 +31,7 @@ DRS implementers should ensure their solutions restrict access to targets as muc ### Discovery -The APIs to fetch [DrsObjects](#tag/DrsObjectModel) and [AccessURLs](#tag/AccessURLModel) may require authorization. The authorization mode may vary between DRS objects hosted by a service. The authorization mode may vary between the APIs to fetch a [DrsObject](#tag/DrsObjectModel) and an associated [AccessURL](#tag/AccessURLModel). Implementers should indicate how to authenticate to fetch a [DrsObject](#tag/DrsObjectModel) by implementing the [OptionsOjbect](#operation/OptionsObject) API. Implementers should indicate how to authenticate to fetch an [AccessURL](#tag/AccessURLModel) within a [DrsObject](#tag/DrsObjectModel). +The APIs to fetch [DrsObjects](#tag/DrsObjectModel) and [AccessURLs](#tag/AccessURLModel) may require authorization. The authorization mode may vary between DRS objects hosted by a service. The authorization mode may vary between the APIs to fetch a [DrsObject](#tag/DrsObjectModel) and an associated [AccessURL](#tag/AccessURLModel). Implementers should indicate how to authenticate to fetch a [DrsObject](#tag/DrsObjectModel) by implementing the [OptionsObject](#operation/OptionsObject) API. Implementers should indicate how to authenticate to fetch an [AccessURL](#tag/AccessURLModel) within a [DrsObject](#tag/DrsObjectModel). ### Modes