add a patch resource api endpoint (wip)

This commit is contained in:
2022-01-04 19:37:27 +01:00
parent af2eca0d03
commit 4f1540c541
5 changed files with 94 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class Resource
* @ORM\Column(type="text", nullable=true)
* @Groups({"read", "write"})
*/
private string $comment = '';
private ?string $comment = '';
/**
* @ORM\Id