Skip to content

fix: Update the OpenAPI description to the latest version #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "1.1.3",
"version": "1.1.4",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
Expand Down Expand Up @@ -18409,7 +18409,7 @@
"properties": {
"ref": {
"type": "string",
"description": "The reference of the workflow run. The reference can be a branch, tag, or a commit SHA."
"description": "The git reference for the workflow. The reference can be a branch or tag name."
},
"inputs": {
"type": "object",
Expand Down
6 changes: 3 additions & 3 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
version: 1.1.3
version: 1.1.4
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
Expand Down Expand Up @@ -13221,8 +13221,8 @@ paths:
properties:
ref:
type: string
description: The reference of the workflow run. The reference can
be a branch, tag, or a commit SHA.
description: The git reference for the workflow. The reference can
be a branch or tag name.
inputs:
type: object
description: Input keys and values configured in the workflow file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "1.1.3",
"version": "1.1.4",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
Expand Down Expand Up @@ -102581,7 +102581,7 @@
"properties": {
"ref": {
"type": "string",
"description": "The reference of the workflow run. The reference can be a branch, tag, or a commit SHA."
"description": "The git reference for the workflow. The reference can be a branch or tag name."
},
"inputs": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
version: 1.1.3
version: 1.1.4
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
Expand Down Expand Up @@ -78697,8 +78697,8 @@ paths:
properties:
ref:
type: string
description: The reference of the workflow run. The reference can
be a branch, tag, or a commit SHA.
description: The git reference for the workflow. The reference can
be a branch or tag name.
inputs:
type: object
description: Input keys and values configured in the workflow file.
Expand Down
2 changes: 1 addition & 1 deletion descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "1.1.3",
"version": "1.1.4",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
Expand Down
2 changes: 1 addition & 1 deletion descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
version: 1.1.3
version: 1.1.4
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
Expand Down
2 changes: 1 addition & 1 deletion descriptions/ghes-2.18/ghes-2.18.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "1.1.3",
"version": "1.1.4",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
Expand Down
2 changes: 1 addition & 1 deletion descriptions/ghes-2.18/ghes-2.18.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
version: 1.1.3
version: 1.1.4
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
Expand Down
2 changes: 1 addition & 1 deletion descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "1.1.3",
"version": "1.1.4",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
Expand Down
2 changes: 1 addition & 1 deletion descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
version: 1.1.3
version: 1.1.4
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
Expand Down
2 changes: 1 addition & 1 deletion descriptions/ghes-2.19/ghes-2.19.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "1.1.3",
"version": "1.1.4",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
Expand Down
Loading