File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ export class AgentsController extends AbstractController {
7070 ) : Promise < Response > {
7171 const data = await this . _service . findById ( _id , {
7272 password : 0 ,
73+ security : 0 ,
7374 } ) ;
7475 return res . status ( HttpStatus . OK ) . json ( {
7576 statusCode : HttpStatus . OK ,
Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ elements:
5757 scope : " #/properties/preferredLanguage"
5858 options :
5959 required : false
60- suggestion :
61- - FR
62- - EN
63- - DE
64- - IT
60+ # suggestion:
61+ # - FR
62+ # - EN
63+ # - DE
64+ # - IT
6565 - type : Control
6666 label : Téléphone
6767 scope : " #/properties/telephoneNumber"
Original file line number Diff line number Diff line change 5252 " description " : " Postal address of the inetOrgPerson."
5353 },
5454 " preferredLanguage " : {
55- " type " : " string" ,
56- " description " : " Preferred language of the inetOrgPerson."
55+ " type " : " array" ,
56+ " description " : " Preferred language of the inetOrgPerson." ,
57+ " items " : {
58+ " type " : " string"
59+ }
5760 },
5861 " telephoneNumber " : {
5962 " type " : " string" ,
You can’t perform that action at this time.
0 commit comments