Skip to content

Commit 76f6caf

Browse files
Update OpenAPI 3.1 Descriptions
1 parent f013c64 commit 76f6caf

28 files changed

+224
-0
lines changed

descriptions-next/api.github.com/api.github.com.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19619,6 +19619,9 @@
1961919619
"$ref": "#/components/headers/location"
1962019620
}
1962119621
}
19622+
},
19623+
"410": {
19624+
"$ref": "#/components/responses/gone"
1962219625
}
1962319626
},
1962419627
"x-github": {

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13997,6 +13997,8 @@ paths:
1399713997
headers:
1399813998
Location:
1399913999
"$ref": "#/components/headers/location"
14000+
'410':
14001+
"$ref": "#/components/responses/gone"
1400014002
x-github:
1400114003
githubCloudOnly: false
1400214004
enabledForGitHubApps: true

descriptions-next/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159191,6 +159191,32 @@
159191159191
}
159192159192
}
159193159193
}
159194+
},
159195+
"410": {
159196+
"description": "Gone",
159197+
"content": {
159198+
"application/json": {
159199+
"schema": {
159200+
"title": "Basic Error",
159201+
"description": "Basic Error",
159202+
"type": "object",
159203+
"properties": {
159204+
"message": {
159205+
"type": "string"
159206+
},
159207+
"documentation_url": {
159208+
"type": "string"
159209+
},
159210+
"url": {
159211+
"type": "string"
159212+
},
159213+
"status": {
159214+
"type": "string"
159215+
}
159216+
}
159217+
}
159218+
}
159219+
}
159194159220
}
159195159221
},
159196159222
"x-github": {

descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30639,6 +30639,7 @@ paths:
3063930639
example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D
3064030640
schema:
3064130641
type: string
30642+
'410': *161
3064230643
x-github:
3064330644
githubCloudOnly: false
3064430645
enabledForGitHubApps: true

0 commit comments

Comments
 (0)