Skip to content

Commit d4f3f12

Browse files
committed
More improvements
1 parent b941e9b commit d4f3f12

File tree

5 files changed

+11
-15
lines changed

5 files changed

+11
-15
lines changed

pages/agents/update-an-agent.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

76
Check out [Creating/Updating Users](#creating-updating-users) for more information on linking to a specific user.

pages/appointments/appointment-object.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

pages/clients/update-a-client.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

76
Check out [Creating/Updating Users](#creating-updating-users) for more information on linking to a specific user.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

76
Check out [Creating/Updating Users](#creating-updating-users) for more information on linking to a specific user.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

76
Check out [Creating/Updating Users](#creating-updating-users) for more information on linking to a specific user.

0 commit comments

Comments
 (0)