Skip to content

Commit

Permalink
Remove rg-id from repo_id endpoints in the risk group
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brain <[email protected]>
  • Loading branch information
ABrain7710 committed Aug 20, 2021
1 parent 8ed22ad commit 4fed912
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions docs/source/rest-api/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/focus-areas/business-risk.md
operationId: Average Issue Resolution Time (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -347,12 +341,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/focus-areas/security.md
operationId: CII Best Practices Badge (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -433,12 +421,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/metrics/Committers.md
operationId: Committers (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -524,12 +506,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/focus-areas/business-risk.md
operationId: Fork Count (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -594,12 +570,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/focus-areas/business-risk.md
operationId: Forks (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -668,12 +638,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/metrics/License_Coverage.md
operationId: License Coverage (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -742,12 +706,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/metrics/License_Coverage.md
operationId: License Declared (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -809,12 +767,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/focus-areas/security.md
operationId: Languages (Repo)
parameters:
- description: Repository Group ID
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -878,12 +830,6 @@ paths:
url: https://github.com/chaoss/wg-risk/blob/master/focus-areas/licensing.md
operationId: License Count (Repo)
parameters:
- description: Repository Group ID
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down

0 comments on commit 4fed912

Please sign in to comment.