Skip to content

Commit d383f68

Browse files
committed
Remove non-existent doc links from AI imaginations.
1 parent 6ed9f7d commit d383f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linode_api4/objects/lock.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class LockType(StrEnum):
1010
"""
1111
LockType defines valid values for resource lock types.
1212
13-
API Documentation: https://techdocs.akamai.com/linode-api/reference/post-lock
13+
API Documentation: TBD
1414
"""
1515

1616
cannot_delete = "cannot_delete"
@@ -22,7 +22,7 @@ class LockEntity(JSONObject):
2222
"""
2323
Represents the entity that is locked.
2424
25-
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lock
25+
API Documentation: TBD
2626
"""
2727

2828
id: int = 0
@@ -35,7 +35,7 @@ class Lock(Base):
3535
"""
3636
A resource lock that prevents deletion or modification of a resource.
3737
38-
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lock
38+
API Documentation: TBD
3939
"""
4040

4141
api_endpoint = "/locks/{id}"

0 commit comments

Comments
 (0)