Skip to content

Implement JSON Patch #213

@bfabio

Description

@bfabio

We should implement JSON Patch, initially for Software, (not to be confused with JSON Merge Patch #173) so that the crawler and other clients can just do things like

{ "op": "add", "path": "/aliases", "value": [ "oldurl.example.org" ] }

Instead of having to get the list of the current aliases, add element, and resend the whole list back.

Entities

  • Software
  • Publishers
  • Logs?
  • Webhooks?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions