provider orgs POST
/orgs/{org}/artifacts/metadata/storage-record @utdk/github
/orgs/{org}/artifacts/metadata/storage-record Create artifact metadata storage record
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.
- org path required
- The organization name. The name is not case sensitive.
- string
Try it
Authentication
Configure credentials for GitHub v3 REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import github from '@utdk/github';
await github.orgs.createArtifactStorageRecord({
"status": "active",
"return_records": true
})