feat(api): add auth tag for authentication bootstrap endpoints in OpenAPI specification
This commit is contained in:
@@ -41,6 +41,12 @@ if TYPE_CHECKING:
|
|||||||
configure_logging()
|
configure_logging()
|
||||||
logger = get_logger(__name__)
|
logger = get_logger(__name__)
|
||||||
OPENAPI_TAGS = [
|
OPENAPI_TAGS = [
|
||||||
|
{
|
||||||
|
"name": "auth",
|
||||||
|
"description": (
|
||||||
|
"Authentication bootstrap endpoints for resolving caller identity and session context."
|
||||||
|
),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "health",
|
"name": "health",
|
||||||
"description": (
|
"description": (
|
||||||
|
|||||||
Reference in New Issue
Block a user