Skip to content

Commit e72dbd1

Browse files
authored
Merge pull request #5323 from github/openapi-update-5ff5870417d97c1ffd57354c3053c80e9ef3011f51803d82209aac70146919be
Update OpenAPI 3.0 Descriptions
2 parents 77f3fb8 + 65793f5 commit e72dbd1

16 files changed

+64
-64
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11403,17 +11403,17 @@
1140311403
}
1140411404
}
1140511405
},
11406-
"/orgs/{org}/artifacts/metadata/storage-records": {
11406+
"/orgs/{org}/artifacts/metadata/storage-record": {
1140711407
"post": {
11408-
"summary": "Create artifact metadata storage records",
11408+
"summary": "Create artifact metadata storage record",
1140911409
"description": "Create metadata storage records for artifacts associated with an organization.\nThis endpoint will create a new artifact storage record on behalf of any artifact matching the provided digest and\nassociated with a repository owned by the organization.",
1141011410
"tags": [
1141111411
"orgs"
1141211412
],
11413-
"operationId": "orgs/create-artifact-storage-records",
11413+
"operationId": "orgs/create-artifact-storage-record",
1141411414
"externalDocs": {
1141511415
"description": "API method documentation",
11416-
"url": "https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-records"
11416+
"url": "https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record"
1141711417
},
1141811418
"parameters": [
1141911419
{

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8279,19 +8279,19 @@ paths:
82798279
enabledForGitHubApps: true
82808280
category: actions
82818281
subcategory: variables
8282-
"/orgs/{org}/artifacts/metadata/storage-records":
8282+
"/orgs/{org}/artifacts/metadata/storage-record":
82838283
post:
8284-
summary: Create artifact metadata storage records
8284+
summary: Create artifact metadata storage record
82858285
description: |-
82868286
Create metadata storage records for artifacts associated with an organization.
82878287
This endpoint will create a new artifact storage record on behalf of any artifact matching the provided digest and
82888288
associated with a repository owned by the organization.
82898289
tags:
82908290
- orgs
8291-
operationId: orgs/create-artifact-storage-records
8291+
operationId: orgs/create-artifact-storage-record
82928292
externalDocs:
82938293
description: API method documentation
8294-
url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-records
8294+
url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record
82958295
parameters:
82968296
- "$ref": "#/components/parameters/org"
82978297
requestBody:

0 commit comments

Comments
 (0)