Skip to content
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
8 changes: 4 additions & 4 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -11403,17 +11403,17 @@
}
}
},
"/orgs/{org}/artifacts/metadata/storage-records": {
"/orgs/{org}/artifacts/metadata/storage-record": {
"post": {
"summary": "Create artifact metadata storage records",
"summary": "Create artifact metadata storage record",
"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.",
"tags": [
"orgs"
],
"operationId": "orgs/create-artifact-storage-records",
"operationId": "orgs/create-artifact-storage-record",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-records"
"url": "https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record"
},
"parameters": [
{
Expand Down
8 changes: 4 additions & 4 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8279,19 +8279,19 @@ paths:
enabledForGitHubApps: true
category: actions
subcategory: variables
"/orgs/{org}/artifacts/metadata/storage-records":
"/orgs/{org}/artifacts/metadata/storage-record":
post:
summary: Create artifact metadata storage records
summary: Create artifact metadata storage record
description: |-
Create metadata storage records for artifacts associated with an organization.
This endpoint will create a new artifact storage record on behalf of any artifact matching the provided digest and
associated with a repository owned by the organization.
tags:
- orgs
operationId: orgs/create-artifact-storage-records
operationId: orgs/create-artifact-storage-record
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-records
url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record
parameters:
- "$ref": "#/components/parameters/org"
requestBody:
Expand Down
Loading