Skip to content

Commit

Permalink
Merge pull request #354 from mvicrob/copied
Browse files Browse the repository at this point in the history
feat: add copied_from
  • Loading branch information
mvicrob authored Jun 7, 2022
2 parents 29dff96 + 5e5d3ca commit d9c3543
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/Case.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"type": "string",
"description": "ID de l'utilisateur à qui est assigné le dossier"
},
"copied_from": {
"type": "string",
"description": "ID du dossier parent, si ce dossier a été créé par copie"
},
"status": {
"$ref": "./CaseStatus.v1.json"
},
Expand Down

0 comments on commit d9c3543

Please sign in to comment.