diff options
Diffstat (limited to 'descriptions/api.github.com/dereferenced')
-rw-r--r-- | descriptions/api.github.com/dereferenced/api.github.com.deref.json | 3 | ||||
-rw-r--r-- | descriptions/api.github.com/dereferenced/api.github.com.deref.yaml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 7ed3a8bfd..570e56cec 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -6,8 +6,9 @@ "description": "GitHub's v3 REST API.", "license": { "name": "MIT", - "url": "https://spdx.org/licenses/MIT.html" + "url": "https://spdx.org/licenses/MIT" }, + "termsOfService": "https://docs.github.com/articles/github-terms-of-service", "contact": { "name": "Support", "url": "https://support.github.com" diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 6b297932a..20ab41b5c 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -6,7 +6,8 @@ info: description: GitHub's v3 REST API. license: name: MIT - url: https://spdx.org/licenses/MIT.html + url: https://spdx.org/licenses/MIT + termsOfService: https://docs.github.com/articles/github-terms-of-service contact: name: Support url: https://support.github.com |