Actions
Feature #3461
closedFaceMgmt: faces/update command
Start date:
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
In Management protocol - FaceMgmt, split faces/create command into faces/create and faces/update.
faces/createcommand considers static properties, such as persistency, only for creating new face.faces/createcommand does not change static properties on an existing face, but will return StatusCode 409 (conflict), with ControlParameters struct that describes the properties of the existing face.- A separate
faces/updatecommand can update static properties on an existing face. It requires FaceId parameter.
Actions