OpenC2-org / openc2-org

The Open Command and Control Forum promotes the global development and adoption of the OpenC2 language and reference material.
Other
30 stars 4 forks source link

Remove MODIFY #14

Closed romanojd closed 7 years ago

romanojd commented 7 years ago

PROBLEM

The CRUD semantics for OpenC2 are SET / QUERY / SET / DELETE. This makes MODIFY redundant.


POTENTIAL SOLUTION

Remove MODIFY from the list of actions.

davaya commented 7 years ago

Agree to remove MODIFY. SET will create a value if it does not exist, and modify the value if it already exists.

jmbrule commented 7 years ago

Based on the slack channel discussion, may I suggest we remove Modify from the LDD and close this action?