Skip to content

Commit

Permalink
feat: add copied_from
Browse files Browse the repository at this point in the history
  • Loading branch information
mvicrob committed Jun 7, 2022
1 parent 29dff96 commit 5e5d3ca
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 5e5d3ca

Please sign in to comment.