Skip to content

Commit f4f6593

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 0a05272 commit f4f6593

16 files changed

+16
-136
lines changed

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

+1-10
Original file line numberDiff line numberDiff line change
@@ -18546,21 +18546,12 @@
1854618546
}
1854718547
},
1854818548
"examples": {
18549-
"update-username-and-encrypted-value": {
18549+
"default": {
1855018550
"value": {
1855118551
"username": "monalisa",
1855218552
"encrypted_value": "c2VjcmV0",
1855318553
"key_id": "012345678912345678"
1855418554
}
18555-
},
18556-
"update-with-selected-visibility": {
18557-
"value": {
18558-
"visibility": "selected",
18559-
"selected_repository_ids": [
18560-
1296269,
18561-
1296280
18562-
]
18563-
}
1856418555
}
1856518556
}
1856618557
}

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

+1-7
Original file line numberDiff line numberDiff line change
@@ -13462,17 +13462,11 @@ paths:
1346213462
items:
1346313463
type: integer
1346413464
examples:
13465-
update-username-and-encrypted-value:
13465+
default:
1346613466
value:
1346713467
username: monalisa
1346813468
encrypted_value: c2VjcmV0
1346913469
key_id: '012345678912345678'
13470-
update-with-selected-visibility:
13471-
value:
13472-
visibility: selected
13473-
selected_repository_ids:
13474-
- 1296269
13475-
- 1296280
1347613470
responses:
1347713471
'204':
1347813472
description: Response

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

+1-10
Original file line numberDiff line numberDiff line change
@@ -18546,21 +18546,12 @@
1854618546
}
1854718547
},
1854818548
"examples": {
18549-
"update-username-and-encrypted-value": {
18549+
"default": {
1855018550
"value": {
1855118551
"username": "monalisa",
1855218552
"encrypted_value": "c2VjcmV0",
1855318553
"key_id": "012345678912345678"
1855418554
}
18555-
},
18556-
"update-with-selected-visibility": {
18557-
"value": {
18558-
"visibility": "selected",
18559-
"selected_repository_ids": [
18560-
1296269,
18561-
1296280
18562-
]
18563-
}
1856418555
}
1856518556
}
1856618557
}

0 commit comments

Comments
 (0)