Skip to content

Commit

Permalink
Merge pull request #4416 from github/openapi-update-cf05a4d5d1e0aef5a…
Browse files Browse the repository at this point in the history
…ef4f0cc186c95a0427d4a3847c4302588d7643160d6cf44

Update OpenAPI 3.1 Descriptions
  • Loading branch information
becco authored Jan 7, 2025
2 parents a2aa76f + f4f6593 commit 9a474fd
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 136 deletions.
11 changes: 1 addition & 10 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -18546,21 +18546,12 @@
}
},
"examples": {
"update-username-and-encrypted-value": {
"default": {
"value": {
"username": "monalisa",
"encrypted_value": "c2VjcmV0",
"key_id": "012345678912345678"
}
},
"update-with-selected-visibility": {
"value": {
"visibility": "selected",
"selected_repository_ids": [
1296269,
1296280
]
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13462,17 +13462,11 @@ paths:
items:
type: integer
examples:
update-username-and-encrypted-value:
default:
value:
username: monalisa
encrypted_value: c2VjcmV0
key_id: '012345678912345678'
update-with-selected-visibility:
value:
visibility: selected
selected_repository_ids:
- 1296269
- 1296280
responses:
'204':
description: Response
Expand Down
11 changes: 1 addition & 10 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -18546,21 +18546,12 @@
}
},
"examples": {
"update-username-and-encrypted-value": {
"default": {
"value": {
"username": "monalisa",
"encrypted_value": "c2VjcmV0",
"key_id": "012345678912345678"
}
},
"update-with-selected-visibility": {
"value": {
"visibility": "selected",
"selected_repository_ids": [
1296269,
1296280
]
}
}
}
}
Expand Down
Loading

0 comments on commit 9a474fd

Please sign in to comment.