Skip to content

Commit f0dc156

Browse files
authored
Merge pull request #5324 from github/openapi-update-98bb9c13962723ccaf65376cf1f7b2fc2ea98bf4fd469d31e79f36e1225b8741
Update OpenAPI 3.1 Descriptions
2 parents e72dbd1 + 821113c commit f0dc156

16 files changed

+64
-64
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11451,17 +11451,17 @@
1145111451
}
1145211452
}
1145311453
},
11454-
"/orgs/{org}/artifacts/metadata/storage-records": {
11454+
"/orgs/{org}/artifacts/metadata/storage-record": {
1145511455
"post": {
11456-
"summary": "Create artifact metadata storage records",
11456+
"summary": "Create artifact metadata storage record",
1145711457
"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.",
1145811458
"tags": [
1145911459
"orgs"
1146011460
],
11461-
"operationId": "orgs/create-artifact-storage-records",
11461+
"operationId": "orgs/create-artifact-storage-record",
1146211462
"externalDocs": {
1146311463
"description": "API method documentation",
11464-
"url": "https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-records"
11464+
"url": "https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record"
1146511465
},
1146611466
"parameters": [
1146711467
{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8301,19 +8301,19 @@ paths:
83018301
enabledForGitHubApps: true
83028302
category: actions
83038303
subcategory: variables
8304-
"/orgs/{org}/artifacts/metadata/storage-records":
8304+
"/orgs/{org}/artifacts/metadata/storage-record":
83058305
post:
8306-
summary: Create artifact metadata storage records
8306+
summary: Create artifact metadata storage record
83078307
description: |-
83088308
Create metadata storage records for artifacts associated with an organization.
83098309
This endpoint will create a new artifact storage record on behalf of any artifact matching the provided digest and
83108310
associated with a repository owned by the organization.
83118311
tags:
83128312
- orgs
8313-
operationId: orgs/create-artifact-storage-records
8313+
operationId: orgs/create-artifact-storage-record
83148314
externalDocs:
83158315
description: API method documentation
8316-
url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-records
8316+
url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record
83178317
parameters:
83188318
- "$ref": "#/components/parameters/org"
83198319
requestBody:

0 commit comments

Comments
 (0)