Skip to content

Commit

Permalink
Remove rg-id from repo_id endpoints in the value 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 1d491bd commit 8ed22ad
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docs/source/rest-api/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4163,12 +4163,6 @@ paths:
description: A time series of watchers count.
operationId: Watchers (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 @@ -4227,12 +4221,6 @@ paths:
description: Watchers count.
operationId: Watchers 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 @@ -4291,12 +4279,6 @@ paths:
description: A time series of stars count.
operationId: Stars (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 @@ -4355,12 +4337,6 @@ paths:
description: Stars count.
operationId: Stars 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 8ed22ad

Please sign in to comment.