Name | Description |
---|---|
floor |
Example in C#
// Returns: nothing
await client.UpdateFloorAsync(FloorInfo floor);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/floors/FLOOR.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'
-d '{
"$type":"Feenics.Keep.WebApi.Model.FloorInfo, Feenics.Keep.WebApi.Model",
"Key":"FLOOR.KEY",
"CommonName":"Example Floor",
"InFolderHref":"/api/f/INSTANCE.KEY",
"InFolderKey":"INSTANCE.KEY",
"ObjectLinks":
[
{
"$type":"Feenics.Keep.WebApi.Model.ObjectLinkItem, Feenics.Keep.WebApi.Model",
"Href":null,
"LinkedObjectKey":"INSTANCE.KEY",
"CommonName":"Dever's Instance",
"Relation":"InInstance",
"MetaDataBson":
{"$type":"System.Byte[], mscorlib","$value":""}
},
{
"$type":"Feenics.Keep.WebApi.Model.ObjectLinkItem, Feenics.Keep.WebApi.Model",
"Href":null,
"LinkedObjectKey":"INSTANCE.KEY",
"CommonName":"Dever's Instance",
"Relation":"InstanceScope",
"MetaDataBson":{"$type":"System.Byte[], mscorlib","$value":""}
}
],
"Metadata":[],
"Notes":[],
"Tags":[],
"Monikers":[],
"Href":"/api/f/INSTANCE.KEY/floors/FLOOR.KEY"
}'