From f3b3b7e550457cfd026cd5ad849159b51d9121fa Mon Sep 17 00:00:00 2001 From: matt-ramirez-sp Date: Mon, 21 Aug 2023 21:28:29 -0400 Subject: [PATCH] Fix title and desc for nerm openapi --- nerm/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nerm/openapi.yaml b/nerm/openapi.yaml index 0628869..83583c7 100644 --- a/nerm/openapi.yaml +++ b/nerm/openapi.yaml @@ -1,8 +1,8 @@ openapi: "3.0.0" info: version: 1.0.0 - title: SecZetta Lifecycle API - description: The Lifecycle API can be used to access and modify various resources in your environment. + title: NERM API + description: The NERM API can be used to access and modify various resources in your environment. license: name: MIT