Skip to content

Commit 9f93a54

Browse files
authored
Merge pull request #26 from DeepLcom/update-copy
Update wording and remove CTA from link
2 parents 4ef5c12 + 4e06503 commit 9f93a54

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "DeepL API Documentation",
5-
"description": "The DeepL API provides programmatic access to DeepL\u2019s machine translation technology.",
6-
"termsOfService": "https://www.deepl.com/pro-license/",
5+
"description": "The DeepL API provides programmatic access to DeepL\u2019s language AI technology.",
6+
"termsOfService": "https://www.deepl.com/pro-license",
77
"contact": {
88
"name": "DeepL - Contact us",
99
"url": "https://www.deepl.com/contact-us"
@@ -12,7 +12,7 @@
1212
},
1313
"externalDocs": {
1414
"description": "DeepL Pro - Plans and pricing",
15-
"url": "https://www.deepl.com/pro#developer?cta=header-prices/"
15+
"url": "https://www.deepl.com/pro#developer"
1616
},
1717
"servers": [
1818
{

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
openapi: 3.0.3
22
info:
33
title: DeepL API Documentation
4-
description: The DeepL API provides programmatic access to DeepL’s machine translation
4+
description: The DeepL API provides programmatic access to DeepL’s language AI
55
technology.
6-
termsOfService: https://www.deepl.com/pro-license/
6+
termsOfService: https://www.deepl.com/pro-license
77
contact:
88
name: DeepL - Contact us
99
url: https://www.deepl.com/contact-us
1010
version: 2.17.0
1111
externalDocs:
1212
description: DeepL Pro - Plans and pricing
13-
url: https://www.deepl.com/pro#developer?cta=header-prices/
13+
url: https://www.deepl.com/pro#developer
1414
servers:
1515
- url: https://api.deepl.com/v2
1616
description: DeepL API Pro

openapi_gitbook.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ openapi: 3.0.3
22
info:
33
title: DeepL API Documentation
44
description: |-
5-
The DeepL API provides programmatic access to DeepL’s machine translation technology.
5+
The DeepL API provides programmatic access to DeepL’s language AI technology.
66
77
Note: this OpenAPI spec is embedded into our API documentation and has shortened descriptions.
8-
termsOfService: https://www.deepl.com/pro-license/
8+
termsOfService: https://www.deepl.com/pro-license
99
contact:
1010
name: DeepL - Contact us
1111
url: https://www.deepl.com/contact-us
1212
version: 2.17.0
1313
externalDocs:
1414
description: DeepL Pro - Plans and pricing
15-
url: https://www.deepl.com/pro#developer?cta=header-prices/
15+
url: https://www.deepl.com/pro#developer
1616
servers:
1717
- url: https://api.deepl.com/v2
1818
description: DeepL API Pro

0 commit comments

Comments
 (0)