italia / developers-italia-api

API for the developers.italia.it public software collection
https://api.developers.italia.it
GNU Affero General Public License v3.0
9 stars 6 forks source link

feat: implement JSON Patch for Software resource #221

Closed bfabio closed 4 months ago

bfabio commented 7 months ago

SECURITY NOTE: This doesn't implement any authorization on resources, which is good for now as you either have the ability to write to resources or not have it.

That MUST be implemented when there will be multiple write tokens with different scopes.

(See https://github.com/italia/developers-italia-api/issues/188)