From 46f08fbd108571d597e79d7f097d0ac0e5060210 Mon Sep 17 00:00:00 2001 From: Connor Winston Date: Fri, 20 Sep 2024 09:51:34 -0500 Subject: [PATCH] Force Ahead --- api-spec/index.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-spec/index.yaml b/api-spec/index.yaml index ed22fcfb..3b87fae3 100644 --- a/api-spec/index.yaml +++ b/api-spec/index.yaml @@ -1,7 +1,7 @@ openapi: '3.0.1' info: title: Directus API Reference - description: This is a dynamically generated API specification for all endpoints existing on the current project. + description: This is a dynamically generated API specification for all endpoints existing on the current project! version: '11.1.0' license: name: Business Source License 1.1 (BUSL-1.1) @@ -10,7 +10,7 @@ servers: - url: https://example.directus.app description: Your current Directus project. -paths: +paths: "/permissions": $ref: paths/permissions/index.yaml "/permissions/{id}":