Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) directory_base = client.streaming.directories.update( directory_id=0, ) print(directory_base.id)
{ "id": 123, "name": "<string>", "parent_id": 123, "items_count": 123, "created_at": "<string>", "updated_at": "<string>" }
Change a directory name or move to another “parent_id”.
parent_id
Was this page helpful?