From 4f9b2518c9972009ff94eebb0dcfd585ad479091 Mon Sep 17 00:00:00 2001
From: Fred G <frederic.gurr@eclipse-foundation.org>
Date: Tue, 14 Sep 2021 20:55:17 +0200
Subject: [PATCH] Fix server URL for '/api/projects:'

Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
---
 spec/openapi.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/spec/openapi.yaml b/spec/openapi.yaml
index c99fb87..38d942e 100644
--- a/spec/openapi.yaml
+++ b/spec/openapi.yaml
@@ -3717,6 +3717,9 @@ paths:
       tags:
       - Projects
       summary: Fetch Projects
+      servers:
+        - url: https://projects.eclipse.org
+          description: The PMI production server
       description: >-
         ### Overview
   
@@ -3855,7 +3858,7 @@ paths:
         Retrieve information for a specific project
 
 
-        **Note** that every dots in a project id needs to be changed to an underscore
+        **Note** that all dots in a project id need to be changed to an underscore
 
 
         ### Examples: 
-- 
GitLab