Settings
Fetch and edit your domain's settings
Get URL Settings
URL Settings determine which paths on your domain have their own whiteboard, and which ones simply use the main whiteboard.
Parameters description
domain
Current domain
string
Get One URL Setting
You can fetch a single URL setting from the list, by using its ID.
Parameters description
urlSettingId
ID of the setting to be fetched
string
Add One URL Setting
Add a new setting for your domain, it will create a new whiteboard for the given url
.
Parameters description
domain
Current domain
string
data.url
URL to have its own whiteboard
string
Modify one URL Setting
You can also modify one of the current settings.
Parameters description
urlSettingId
ID of the setting to be fetched
string
data.url
URL to have its own whiteboard
string
Delete one URL Setting
To delete one url setting, do the following:
Parameters description
ID of the setting to be fetched
string
Get Domain Settings
To get other domain settings, such as `use_separate_url`:
Parameters description
domain
Current domain
string
a
Last updated