Skip to content
Open
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
3 changes: 1 addition & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -13837,14 +13837,14 @@
"version": {
"type": "string",
"description": "The artifact version. Note that if multiple deployments have identical 'digest' parameter values,\nthe version parameter must also be identical across all entries.\n",
"minLength": 1,
"maxLength": 100,
"x-multi-segment": true,
"example": "1.2.3"
},
"status": {
"type": "string",
"description": "The deployment status of the artifact.",
"default": "deployed",
"enum": [
"deployed",
"decommissioned"
Expand All @@ -13859,7 +13859,6 @@
"github_repository": {
"type": "string",
"description": "The name of the GitHub repository associated with the artifact. This should be used\nwhen there are no provenance attestations available for the artifact. The repository\nmust belong to the organization specified in the path parameter.\n\nIf a provenance attestation is available for the artifact, the API will use\nthe repository information from the attestation instead of this parameter.",
"minLength": 1,
"maxLength": 100,
"pattern": "^[A-Za-z0-9.\\-_]+$",
"example": "my-github-repo"
Expand Down
3 changes: 1 addition & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10022,13 +10022,13 @@ paths:
description: |
The artifact version. Note that if multiple deployments have identical 'digest' parameter values,
the version parameter must also be identical across all entries.
minLength: 1
maxLength: 100
x-multi-segment: true
example: 1.2.3
status:
type: string
description: The deployment status of the artifact.
default: deployed
enum:
- deployed
- decommissioned
Expand All @@ -10050,7 +10050,6 @@ paths:

If a provenance attestation is available for the artifact, the API will use
the repository information from the attestation instead of this parameter.
minLength: 1
maxLength: 100
pattern: "^[A-Za-z0-9.\\-_]+$"
example: my-github-repo
Expand Down
Loading