Skip to content

Commit 5c30f98

Browse files
committed
feat: Simplify fetch jibril config
1 parent 284a9e4 commit 5c30f98

File tree

2 files changed

+54
-148
lines changed

2 files changed

+54
-148
lines changed

apispec/api.gen.go

Lines changed: 53 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apispec/api.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,11 @@ paths:
4444
/api/v1/config:
4545
get:
4646
operationId: getConfig
47-
summary: >-
48-
Get the configuration for the current project and github_workflow_ref to
49-
inject in jibril
50-
description: >-
51-
This endpoint allows for the retrieval of the configuration for the
52-
current project and github_workflow_ref to inject in jibril.
47+
summary: Get configuratoin to inject in jibril
5348
security:
5449
- JWT:
5550
- project_id
5651
- "read:settings"
57-
parameters:
58-
- name: github_repository
59-
in: query
60-
description: The owner and repository name. For example, octocat/Hello-World.
61-
required: true
62-
schema:
63-
type: string
64-
example: octocat/Hello-World
65-
- name: github_repository_id
66-
in: query
67-
description: The GitHub repository ID.
68-
required: true
69-
schema:
70-
type: string
71-
example: "123456789"
7252
responses:
7353
"200":
7454
description: Settings retrieved successfully

0 commit comments

Comments
 (0)