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/create
command considers static properties, such as persistency, only for creating new face.faces/create
command 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/update
command can update static properties on an existing face. It requires FaceId parameter.
Updated by Junxiao Shi almost 9 years ago
- Blocks Bug #3232: Inaccurate log message when changing FacePersistency added
Updated by Junxiao Shi almost 9 years ago
This idea is already approved in #3232 note-2.
Updated by Junxiao Shi over 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
FaceMgmt revision 50.
Updated by Junxiao Shi over 8 years ago
- Status changed from Resolved to Closed
Closing because there's no objection.
Actions