-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
HacktoberfestHacktoberfest LabelHacktoberfest LabelenhancementNew feature or requestNew feature or request
Description
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
Labels
HacktoberfestHacktoberfest LabelHacktoberfest LabelenhancementNew feature or requestNew feature or request