diff options
author | github-openapi-bot <security+github-openapi-bot@github.com> | 2022-08-03 13:23:00 -0700 |
---|---|---|
committer | github-openapi-bot <security+github-openapi-bot@github.com> | 2022-08-03 13:23:00 -0700 |
commit | 72cf614c044e12c93f59790f5e9761de5e9b928d (patch) | |
tree | 456703a9eeef3f5b5cb068d2b0c54762cb3a1ee6 /descriptions/ghes-3.5 | |
parent | 1432d6651401516513afa3a9947630b753877137 (diff) | |
download | rest-api-description-72cf614c044e12c93f59790f5e9761de5e9b928d.tar.gz rest-api-description-72cf614c044e12c93f59790f5e9761de5e9b928d.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 | 2 | ||||
-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 | 2 | ||||
-rw-r--r-- | descriptions/ghes-3.5/ghes-3.5.yaml | 2 |
4 files changed, 4 insertions, 4 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 656e748bf..b6c46b2d4 100644 --- a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json +++ b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json @@ -44928,7 +44928,7 @@ }, "post": { "summary": "Fork a gist", - "description": "**Note**: This was previously `/gists/:gist_id/fork`.", + "description": "", "tags": [ "gists" ], 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 0ab6aefb2..3d88f4c27 100644 --- a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml +++ b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml @@ -13747,7 +13747,7 @@ paths: subcategory: post: summary: Fork a gist - description: "**Note**: This was previously `/gists/:gist_id/fork`." + description: '' tags: - gists operationId: gists/fork diff --git a/descriptions/ghes-3.5/ghes-3.5.json b/descriptions/ghes-3.5/ghes-3.5.json index 24525e0dd..e0e7e6176 100644 --- a/descriptions/ghes-3.5/ghes-3.5.json +++ b/descriptions/ghes-3.5/ghes-3.5.json @@ -7896,7 +7896,7 @@ }, "post": { "summary": "Fork a gist", - "description": "**Note**: This was previously `/gists/:gist_id/fork`.", + "description": "", "tags": [ "gists" ], diff --git a/descriptions/ghes-3.5/ghes-3.5.yaml b/descriptions/ghes-3.5/ghes-3.5.yaml index 93d596912..d8f151f09 100644 --- a/descriptions/ghes-3.5/ghes-3.5.yaml +++ b/descriptions/ghes-3.5/ghes-3.5.yaml @@ -5498,7 +5498,7 @@ paths: subcategory: post: summary: Fork a gist - description: "**Note**: This was previously `/gists/:gist_id/fork`." + description: '' tags: - gists operationId: gists/fork |