Skip to content
Snippets Groups Projects
Unverified Commit 4f9b2518 authored by Frederic Gurr's avatar Frederic Gurr :construction_worker: Committed by GitHub
Browse files

Fix server URL for '/api/projects:'


Signed-off-by: Frederic Gurr's avatarFrederic Gurr <frederic.gurr@eclipse-foundation.org>
parent 88aed5e9
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment