This page is under construction
URL: https://api-stage.bimplus.net/v2/application/settings/<setting_id>
Example:https://api-stage.bimplus.net/v2/application/settings/c47b737c-6727-4832-bcd1-57ead714ae34
JSON Structure:
Name
Mandatory / Optional
Type
Description
id
will be ignored
string
Name of the project
key
optional
Key(i.e name) of the setting. It should be unique.
value
Value for the key
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088 Content-Type: application/json
{ "key": "AutoLoadLastModel", "value": "No" }
Status: 200 OK
{ "key": "AutoLoadLastModel", "value": "Yes", "updated": "2015-08-19T00:04:16.387", "id": "c47b737c-6727-4832-bcd1-57ead714ae34" }