Skip to content

Commit a15bad7

Browse files
codegen: url_redirects
1 parent 04240b8 commit a15bad7

14 files changed

+18
-14
lines changed

hubspot/cms/url_redirects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44

55
"""
6-
CMS Url Redirects
6+
Url Redirects
77
88
URL redirect operations # noqa: E501
99

hubspot/cms/url_redirects/api/redirects_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Url Redirects
4+
Url Redirects
55
66
URL redirect operations # noqa: E501
77

hubspot/cms/url_redirects/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22
"""
3-
CMS Url Redirects
3+
Url Redirects
44
55
URL redirect operations # noqa: E501
66

hubspot/cms/url_redirects/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Url Redirects
4+
Url Redirects
55
66
URL redirect operations # noqa: E501
77

hubspot/cms/url_redirects/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Url Redirects
4+
Url Redirects
55
66
URL redirect operations # noqa: E501
77

hubspot/cms/url_redirects/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# flake8: noqa
44
"""
5-
CMS Url Redirects
5+
Url Redirects
66
77
URL redirect operations # noqa: E501
88

hubspot/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Url Redirects
4+
Url Redirects
55
66
URL redirect operations # noqa: E501
77

hubspot/cms/url_redirects/models/error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Url Redirects
4+
Url Redirects
55
66
URL redirect operations # noqa: E501
77

hubspot/cms/url_redirects/models/error_detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Url Redirects
4+
Url Redirects
55
66
URL redirect operations # noqa: E501
77

hubspot/cms/url_redirects/models/forward_paging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Url Redirects
4+
Url Redirects
55
66
URL redirect operations # noqa: E501
77

0 commit comments

Comments
 (0)