Skip to content

Is create an append operation? #105

@michielbdejong

Description

@michielbdejong

Suppose c/ exists, and c/r does not yet.
An agent creates c/r. Does this require:

  • Option 1: Append or Write on c/ and Write on c/r
    or
  • Option 2: Append or Write on c/ and Append or Write on c/r

Evidence of option 1:

Evidence of option 2:

write operations attempt to create, delete, or modify resources;
append operations attempt to create resources or add information to existing resources

I want to go for option 2 (and update the WAC tests accordingly and file a bug report to CSS), but wanted to check here first.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions