Get all API versions
GET
/versions
Get all supported GitHub API versions.
Responses
Section titled “ Responses ”Response
Media type application/json
Array<string>
Examples
Example default
[ "2021-01-01", "2021-06-01", "2022-01-01"]Resource not found
Media type application/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}