Skip to content

Commit 8ea18d1

Browse files
Added missing doc links (#556)
1 parent ff344dd commit 8ea18d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linode_api4/groups/database.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def mysql_config_options(self):
7373
"""
7474
Returns a detailed list of all the configuration options for MySQL Databases.
7575
76-
API Documentation: TODO
76+
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-databases-mysql-config
7777
7878
:returns: The JSON configuration options for MySQL Databases.
7979
"""
@@ -83,7 +83,7 @@ def postgresql_config_options(self):
8383
"""
8484
Returns a detailed list of all the configuration options for PostgreSQL Databases.
8585
86-
API Documentation: TODO
86+
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-databases-postgresql-config
8787
8888
:returns: The JSON configuration options for PostgreSQL Databases.
8989
"""

0 commit comments

Comments
 (0)