You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The slug of the environment where the folder is located.
name
str
The new name of the folder.
path
str
The path of the folder to update.
[optional] [default to '/']
Example
frominfisicalapi_client.models.api_v1_folders_batch_patch_request_folders_innerimportApiV1FoldersBatchPatchRequestFoldersInner# TODO update the JSON string belowjson="{}"# create an instance of ApiV1FoldersBatchPatchRequestFoldersInner from a JSON stringapi_v1_folders_batch_patch_request_folders_inner_instance=ApiV1FoldersBatchPatchRequestFoldersInner.from_json(json)
# print the JSON string representation of the objectprintApiV1FoldersBatchPatchRequestFoldersInner.to_json()
# convert the object into a dictapi_v1_folders_batch_patch_request_folders_inner_dict=api_v1_folders_batch_patch_request_folders_inner_instance.to_dict()
# create an instance of ApiV1FoldersBatchPatchRequestFoldersInner from a dictapi_v1_folders_batch_patch_request_folders_inner_from_dict=ApiV1FoldersBatchPatchRequestFoldersInner.from_dict(api_v1_folders_batch_patch_request_folders_inner_dict)