Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Functions that interact with a dbnl
The to copy.
The name for the new dbnl . Project names must be unique; an error will be raised if there exists a Project with the same name.
name
The name for the dbnl Project. Project names must be unique; an error will be raised if there exists a Project with the same name.
description
An optional description for the dbnl Project, defaults to None
. Description is limited to 255 characters.
The newly created dbnl Project.
project
The Project to export as json.
dict[str, Any]
JSON object representing the Project. Example:
Retrieve the specified dbnl Project or create a new one if it does not exist
name
description
An optional description for the dbnl Project, defaults to None
. Description is limited to 255 characters.
Description cannot be updated with this function.
A new Project will be created with the specified name if there does not exist a Project with this name already. If there does exist a project with the name, the pre-existing Project will be returned.
The name for the existing dbnl . An error will be raised if there is no Project with the given name.
The name for the dbnl . A new Project will be created with this name if there does not exist a Project with this name already. If there does exist a project with this name, the pre-existing Project will be returned.
params
The newly created dbnl Project.
JSON object representing the Project, generally based on a exported via . Example: