From c66deed1fb94d8f62f84966e40d4b175af542a0b Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Tue, 4 Jul 2023 09:13:04 -0500 Subject: [PATCH] updated name --- .postman/api_712ea0ff-8ee1-45c4-aaf6-7c24b49f4ad3 | 4 ++-- postman/schemas/{index.yaml => pms-api.yaml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename postman/schemas/{index.yaml => pms-api.yaml} (100%) diff --git a/.postman/api_712ea0ff-8ee1-45c4-aaf6-7c24b49f4ad3 b/.postman/api_712ea0ff-8ee1-45c4-aaf6-7c24b49f4ad3 index d7eb8a5..2f69582 100644 --- a/.postman/api_712ea0ff-8ee1-45c4-aaf6-7c24b49f4ad3 +++ b/.postman/api_712ea0ff-8ee1-45c4-aaf6-7c24b49f4ad3 @@ -14,8 +14,8 @@ rootDirectory = postman/collections [config.relations.apiDefinition] rootDirectory = postman/schemas -files[] = {"path":"index.yaml","metaData":{}} +files[] = {"path":"pms-api.yaml","metaData":{}} [config.relations.apiDefinition.metaData] type = openapi:3_1 -rootFiles[] = index.yaml +rootFiles[] = pms-api.yaml diff --git a/postman/schemas/index.yaml b/postman/schemas/pms-api.yaml similarity index 100% rename from postman/schemas/index.yaml rename to postman/schemas/pms-api.yaml