From e9039c99d8318c57bad16bd54be319ead02d9166 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 29 Jun 2021 12:00:15 +0530 Subject: [PATCH 1/7] Update rate-limit.md --- content/rest/reference/rate-limit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rest/reference/rate-limit.md b/content/rest/reference/rate-limit.md index 20242dcaa7..e989bc30c5 100644 --- a/content/rest/reference/rate-limit.md +++ b/content/rest/reference/rate-limit.md @@ -1,5 +1,6 @@ --- title: Rate limit +intro: 'With Rate Limit API you can check the current rate limit status of various REST API's.' redirect_from: - /v3/rate_limit - /v3/rate-limit From 55c841f3273dc4ee31b7bc4f988817b583b8ed90 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 29 Jun 2021 12:00:41 +0530 Subject: [PATCH 2/7] Update pulls.md --- content/rest/reference/pulls.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rest/reference/pulls.md b/content/rest/reference/pulls.md index 6d210b27c1..269a46e146 100644 --- a/content/rest/reference/pulls.md +++ b/content/rest/reference/pulls.md @@ -1,5 +1,6 @@ --- title: Pulls +intro: 'The Pulls API allows you to list, view, edit, create, and even merge pull requests.' redirect_from: - /v3/pulls versions: From 5fc8d42f0693dbcbb8a7f72bb40c8a854728a924 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 29 Jun 2021 12:01:17 +0530 Subject: [PATCH 3/7] Update projects.md --- content/rest/reference/projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rest/reference/projects.md b/content/rest/reference/projects.md index 84a097bba7..aa8cf5ac71 100644 --- a/content/rest/reference/projects.md +++ b/content/rest/reference/projects.md @@ -1,5 +1,6 @@ --- title: Projects +intro: 'The Projects API lets you to create, list, update, delete and customize projects in a repository.' redirect_from: - /v3/projects versions: From d039f542afc5efb50546a9c26c6ded6f53dcb1a4 Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 29 Jun 2021 12:08:23 +0530 Subject: [PATCH 4/7] Update reactions.md --- content/rest/reference/reactions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rest/reference/reactions.md b/content/rest/reference/reactions.md index 0e2edfc429..adbbad7ca9 100644 --- a/content/rest/reference/reactions.md +++ b/content/rest/reference/reactions.md @@ -1,5 +1,6 @@ --- title: Reactions +intro: 'The Reactions API enables you to create, list and delete the reactions on comments.' redirect_from: - /v3/reactions versions: From 174f1396e7e46d5a93193df0bd96f9be3adc9f5b Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 29 Jun 2021 16:46:21 +0530 Subject: [PATCH 5/7] Update repos.md --- content/rest/reference/repos.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rest/reference/repos.md b/content/rest/reference/repos.md index c5d598cc75..3ba376ee9d 100644 --- a/content/rest/reference/repos.md +++ b/content/rest/reference/repos.md @@ -1,5 +1,6 @@ --- title: Repositories +intro: 'The Repos API allows to create, manage and control the workflow of a public and private {% data variables.product.product_name %} respositories.' allowTitleToDifferFromFilename: true redirect_from: - /v3/repos From 645b264ba150967c5c00ec7ade4cc723c66d93bb Mon Sep 17 00:00:00 2001 From: Dev Prakash Sharma Date: Tue, 29 Jun 2021 17:14:08 +0530 Subject: [PATCH 6/7] Update repos.md --- content/rest/reference/repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/reference/repos.md b/content/rest/reference/repos.md index 3ba376ee9d..da6cd8d82d 100644 --- a/content/rest/reference/repos.md +++ b/content/rest/reference/repos.md @@ -1,6 +1,6 @@ --- title: Repositories -intro: 'The Repos API allows to create, manage and control the workflow of a public and private {% data variables.product.product_name %} respositories.' +intro: 'The Repos API allows to create, manage and control the workflow of public and private {% data variables.product.product_name %} respositories.' allowTitleToDifferFromFilename: true redirect_from: - /v3/repos From e0ba13a0de8858d5ecc2a4c8d9d017b282ec1a21 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 2 Jul 2021 09:21:46 -0400 Subject: [PATCH 7/7] remove `'` from YAML --- content/rest/reference/rate-limit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/reference/rate-limit.md b/content/rest/reference/rate-limit.md index e989bc30c5..f61160937d 100644 --- a/content/rest/reference/rate-limit.md +++ b/content/rest/reference/rate-limit.md @@ -1,6 +1,6 @@ --- title: Rate limit -intro: 'With Rate Limit API you can check the current rate limit status of various REST API's.' +intro: 'With the Rate Limit API, you can check the current rate limit status of various REST APIs.' redirect_from: - /v3/rate_limit - /v3/rate-limit