File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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}"
You can’t perform that action at this time.
0 commit comments