From 8ed22adadb3ac5f0e7748970438dda50accd7cf9 Mon Sep 17 00:00:00 2001 From: Andrew Brain <61482022+ABrain7710@users.noreply.github.com> Date: Fri, 20 Aug 2021 15:57:02 -0500 Subject: [PATCH] Remove rg-id from repo_id endpoints in the value group Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com> --- docs/source/rest-api/spec.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/docs/source/rest-api/spec.yml b/docs/source/rest-api/spec.yml index 83997e6b88..f40d4ff9a6 100644 --- a/docs/source/rest-api/spec.yml +++ b/docs/source/rest-api/spec.yml @@ -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 @@ -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 @@ -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 @@ -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