Node: removed 'theatre_link'
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import json
|
||||
import copy
|
||||
|
||||
import os.path
|
||||
|
||||
from .resource import List
|
||||
@@ -170,7 +169,6 @@ class Node(List, Find, Create, Post, Update, Delete, Replace):
|
||||
:returns: a dict like {
|
||||
'short_code': 'XXXXXX',
|
||||
'short_link': 'https://blender.cloud/r/XXXXX',
|
||||
'theatre_link': 'https://blender.cloud/r/XXXXX?t',
|
||||
}
|
||||
:rtype: dict
|
||||
"""
|
||||
@@ -185,7 +183,6 @@ class Node(List, Find, Create, Post, Update, Delete, Replace):
|
||||
:returns: a dict like {
|
||||
'short_code': 'XXXXXX',
|
||||
'short_link': 'https://blender.cloud/r/XXXXX',
|
||||
'theatre_link': 'https://blender.cloud/r/XXXXX?t',
|
||||
}, or an empty dict if the node wasn't shared.
|
||||
:rtype: dict
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user