Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Sep 12, 2023
1 parent 13c873c commit 8a4cdf0
Show file tree
Hide file tree
Showing 16 changed files with 7,604 additions and 7,276 deletions.
30 changes: 29 additions & 1 deletion descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -29748,7 +29748,7 @@
},
"examples": {
"default": {
"$ref": "#/components/examples/codespaces-list-devcontainers-for-repository"
"$ref": "#/components/examples/codespaces-default-attributes-for-a-codespace"
}
}
}
Expand Down Expand Up @@ -287571,6 +287571,34 @@
]
}
},
"codespaces-default-attributes-for-a-codespace": {
"value": {
"billable_owner": {
"login": "octocat",
"id": 1,
"node_id": "MDQ6VXNlcjE=",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"defaults": {
"location": "EastUs",
"devcontainer_path": ".devcontainer/devcontainer.json"
}
}
},
"collaborator-items": {
"value": [
{
Expand Down
Loading

0 comments on commit 8a4cdf0

Please sign in to comment.