mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
[AccompanyingPeriod] add location to serialization
This commit is contained in:
@@ -416,6 +416,26 @@ paths:
|
||||
This is my an initial comment.
|
||||
|
||||
Say hello to the new "parcours"!
|
||||
Setting person with id 8405 as locator:
|
||||
value:
|
||||
type: accompanying_period
|
||||
id: 0
|
||||
personLocation:
|
||||
type: person
|
||||
id: 8405
|
||||
Removing person location for both person and address:
|
||||
value:
|
||||
type: accompanying_period
|
||||
id: 0
|
||||
personLocation: null
|
||||
addressLocation: null
|
||||
Adding address with id 7960 as temporarily address:
|
||||
value:
|
||||
type: accompanying_period
|
||||
id: 0
|
||||
personLocation: null
|
||||
addressLocation:
|
||||
id: 7960
|
||||
responses:
|
||||
401:
|
||||
description: "Unauthorized"
|
||||
|
Reference in New Issue
Block a user