File tree Expand file tree Collapse file tree 2 files changed +16
-34
lines changed Expand file tree Collapse file tree 2 files changed +16
-34
lines changed Original file line number Diff line number Diff line change 48
48
put :
49
49
tags :
50
50
- Customers
51
- summary : Update an existing record
52
- description : Update a customer record with the specified ID using the provided details .
51
+ summary : Update an customer account profile
52
+ description : Update the details of a customer account by providing the customer ID and the updated information .
53
53
operationId : updateBrand
54
54
parameters :
55
55
- ' $ref ' : ' ../vaahstore.yaml#/components/parameters/id'
72
72
username :
73
73
type : string
74
74
description : " User username"
75
- password :
75
+ last_name :
76
76
type : string
77
- description : " The user's password."
78
- status :
79
- type : string
80
- description : " The user's status."
81
- is_active :
82
- type : integer
83
- description : " Indicates whether the user is active or not."
84
- required :
85
- - email
86
- - first_name
87
- - status
88
- - is_active
89
- - password
90
- - username
77
+ description : " The user's last name."
78
+ phone :
79
+ type : number
80
+ description : " The user's phone number."
81
+
82
+
91
83
responses :
92
84
' 200 ' :
93
85
description : Saved Successfully
Original file line number Diff line number Diff line change @@ -19126,8 +19126,8 @@ paths:
19126
19126
put:
19127
19127
tags:
19128
19128
- Customers
19129
- summary: Update an existing record
19130
- description: Update a customer record with the specified ID using the provided details .
19129
+ summary: Update an customer account profile
19130
+ description: Update the details of a customer account by providing the customer ID and the updated information .
19131
19131
operationId: updateBrand
19132
19132
parameters:
19133
19133
- $ref: '#/components/parameters/id'
@@ -19150,22 +19150,12 @@ paths:
19150
19150
username:
19151
19151
type: string
19152
19152
description: User username
19153
- password:
19154
- type: string
19155
- description: The user's password.
19156
- status:
19153
+ last_name:
19157
19154
type: string
19158
- description: The user's status.
19159
- is_active:
19160
- type: integer
19161
- description: Indicates whether the user is active or not.
19162
- required:
19163
- - email
19164
- - first_name
19165
- - status
19166
- - is_active
19167
- - password
19168
- - username
19155
+ description: The user's last name.
19156
+ phone:
19157
+ type: number
19158
+ description: The user's phone number.
19169
19159
responses:
19170
19160
'200':
19171
19161
description: Saved Successfully
You can’t perform that action at this time.
0 commit comments