We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80e090 commit 5677b0dCopy full SHA for 5677b0d
openapi.yaml
@@ -58,7 +58,7 @@ paths:
58
application/json:
59
schema:
60
$ref: '#/components/schemas/ProjectListResponse'
61
- /project/{name}:
+ /projects/{name}:
62
get:
63
summary: Get a single project by name
64
operationId: getProject
src/Api/ProjectsApi.php
@@ -353,7 +353,7 @@ public function getProjectRequest(
353
}
354
355
356
- $resourcePath = '/project/{name}';
+ $resourcePath = '/projects/{name}';
357
$formParams = [];
358
$queryParams = [];
359
$headerParams = [];
0 commit comments