diff options
author | Matthew Page <mattpage@github.com> | 2022-04-14 14:02:14 -0700 |
---|---|---|
committer | Matthew Page <mattpage@github.com> | 2022-04-14 14:02:14 -0700 |
commit | c90c585086a85f70228e110f11a55988eda01b2a (patch) | |
tree | a0ce32b8f1700ce66f3654cd260dea5f676ba5f2 /descriptions/api.github.com/api.github.com.yaml | |
parent | ab35fa70fa696c9c9be5b71ab9ab90f5b3067f2d (diff) | |
download | rest-api-description-c90c585086a85f70228e110f11a55988eda01b2a.tar.gz rest-api-description-c90c585086a85f70228e110f11a55988eda01b2a.zip |
add dupe key to test yaml linter
Diffstat (limited to 'descriptions/api.github.com/api.github.com.yaml')
-rw-r--r-- | descriptions/api.github.com/api.github.com.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 6b3a956f7..f866f429a 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -82,6 +82,8 @@ tags: description: Interact with and view information about users and also current user. servers: - url: https://api.github.com +servers: +- url: https://api.github.com externalDocs: description: GitHub v3 REST API url: https://docs.github.com/rest/ |