Skip to content

Implement PATCH request for FedoraResource entities #527

@dannylamb

Description

@dannylamb

Implement an endpoint that accepts PATCH requests at http://localhost:8000/fedora_resource/{id}.

  • It should respect the Drupal/Symfony _format parameter.
  • It should accept the Vclock header to perform conditional updates. E.g. if the provided header and the value in the DB are not the same, abort the operation because someone else has already updated it. This will be used for optimistic locking.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions