diff options
author | github-openapi-bot <security+github-openapi-bot@github.com> | 2022-07-28 14:21:11 -0700 |
---|---|---|
committer | github-openapi-bot <security+github-openapi-bot@github.com> | 2022-07-28 14:21:11 -0700 |
commit | ae3b1c7f2afed7ecf91d668c288f1e2c8c967b50 (patch) | |
tree | 36a1d5c59e132c5d2153e345127ea0712fa2eedd /descriptions/ghes-3.5 | |
parent | 65cd3609ed59f7ce24fde3103d8c1454d49e48bf (diff) | |
download | rest-api-description-ae3b1c7f2afed7ecf91d668c288f1e2c8c967b50.tar.gz rest-api-description-ae3b1c7f2afed7ecf91d668c288f1e2c8c967b50.zip |
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/ghes-3.5')
-rw-r--r-- | descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json | 4 | ||||
-rw-r--r-- | descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml | 2 | ||||
-rw-r--r-- | descriptions/ghes-3.5/ghes-3.5.json | 4 | ||||
-rw-r--r-- | descriptions/ghes-3.5/ghes-3.5.yaml | 2 |
4 files changed, 12 insertions, 0 deletions
diff --git a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json index 1f074d1eb..dd2b55788 100644 --- a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json +++ b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json @@ -92,6 +92,10 @@ "description": "Render GitHub flavored markdown" }, { + "name": "merge-queue", + "description": "Interact with GitHub Merge Queues." + }, + { "name": "meta", "description": "Endpoints that give information about the API." }, diff --git a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml index 304b1c950..1156884e0 100644 --- a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml +++ b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml @@ -50,6 +50,8 @@ tags: description: View various OSS licenses. - name: markdown description: Render GitHub flavored markdown +- name: merge-queue + description: Interact with GitHub Merge Queues. - name: meta description: Endpoints that give information about the API. - name: migrations diff --git a/descriptions/ghes-3.5/ghes-3.5.json b/descriptions/ghes-3.5/ghes-3.5.json index e3d6bdc2f..6ef7d6bd6 100644 --- a/descriptions/ghes-3.5/ghes-3.5.json +++ b/descriptions/ghes-3.5/ghes-3.5.json @@ -92,6 +92,10 @@ "description": "Render GitHub flavored markdown" }, { + "name": "merge-queue", + "description": "Interact with GitHub Merge Queues." + }, + { "name": "meta", "description": "Endpoints that give information about the API." }, diff --git a/descriptions/ghes-3.5/ghes-3.5.yaml b/descriptions/ghes-3.5/ghes-3.5.yaml index f65cb14a3..347716aaf 100644 --- a/descriptions/ghes-3.5/ghes-3.5.yaml +++ b/descriptions/ghes-3.5/ghes-3.5.yaml @@ -50,6 +50,8 @@ tags: description: View various OSS licenses. - name: markdown description: Render GitHub flavored markdown +- name: merge-queue + description: Interact with GitHub Merge Queues. - name: meta description: Endpoints that give information about the API. - name: migrations |