File tree Expand file tree Collapse file tree 5 files changed +11
-15
lines changed
Expand file tree Collapse file tree 5 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 11### Update an Agent
22
3- Update an Agent object by supplying the ID as the unique identifier in the url. You must also supply required fields
4- like ` last_name ` even if they are not being updated. You only need to post information that you want to change and
5- not the whole Agent object.
3+ Update an Agent object by supplying the ID as the unique identifier in the url. You only need to post
4+ information that you want to change and not the whole Agent object.
65
76Check out [ Creating/Updating Users] ( #creating-updating-users ) for more information on linking to a specific user.
Original file line number Diff line number Diff line change @@ -167,12 +167,12 @@ filters:
167167 description : Filter by the Appointment's linked Job (id).
168168 -
169169 name : contractor
170- type : string
170+ type : integer
171171 description : Filter by the Appointment's linked Tutor (id).
172172 -
173173 name : recipient
174- type : integer
175- description : Filter by the Appointment's recipient email address (id) .
174+ type : string
175+ description : Filter by the Appointment's recipient email address.
176176 -
177177 name : location
178178 type : integer
Original file line number Diff line number Diff line change 11### Update a Client
22
3- Update an Client object by supplying the ID as the unique identifier in the url. You must also supply required fields
4- like ` last_name ` even if they are not being updated. You only need to post information that you want to change and
5- not the whole Client object.
3+ Update an Client object by supplying the ID as the unique identifier in the url. You only need to post information
4+ that you want to change and not the whole Client object.
65
76Check out [ Creating/Updating Users] ( #creating-updating-users ) for more information on linking to a specific user.
Original file line number Diff line number Diff line change 11### Update a Contractor
22
3- Update an Contractor object by supplying the ID as the unique identifier in the url. You must also supply required fields
4- like ` last_name ` even if they are not being updated. You only need to post information that you want to change and
5- not the whole Contractor object.
3+ Update an Contractor object by supplying the ID as the unique identifier in the url.
4+ You only need to post information that you want to change and not the whole Contractor object.
65
76Check out [ Creating/Updating Users] ( #creating-updating-users ) for more information on linking to a specific user.
Original file line number Diff line number Diff line change 11### Update a Recipient
22
3- Update an Recipient object by supplying the ID as the unique identifier in the url. You must also supply required fields
4- like ` last_name ` even if they are not being updated. You only need to post information that you want to change and
5- not the whole Recipient object.
3+ Update an Recipient object by supplying the ID as the unique identifier in the url.
4+ You only need to post information that you want to change and not the whole Recipient object.
65
76Check out [ Creating/Updating Users] ( #creating-updating-users ) for more information on linking to a specific user.
You can’t perform that action at this time.
0 commit comments