Skip to content

Commit 31f3f07

Browse files
committed
Dans comments
1 parent d4f3f12 commit 31f3f07

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pages/appointments/appointment-object.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ filters:
171171
description: Filter by the Appointment's linked Tutor (id).
172172
-
173173
name: recipient
174-
type: string
175-
description: Filter by the Appointment's recipient email address.
174+
type: integer
175+
description: Filter by the Appointment's linked Student (id).
176176
-
177177
name: location
178178
type: integer

pages/tenders/list-all-tenders.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"previous": null,
55
"results": [
66
{
7+
"id": 73,
78
"description": "I'd like to take up this student. I currently teach Economics A level (OCR) at Headington College and so know the syllabus very well, as well as being extremely good with the exam technique at a high level. I am able to start as soon as possible. I'm familiar with both these modules and the OCR board, so would be very happy to take on this student. I've time to take on 1-2 2hr sessions a week, plus marking, or more if required. Thanks.",
89
"contractor": {
910
"id": 47,

pages/tenders/tender-object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"id": 73,
23
"description": "I'd like to take up this student. I currently teach Economics A level (OCR) at Headington College and so know the syllabus very well, as well as being extremely good with the exam technique at a high level. I am able to start as soon as possible. I'm familiar with both these modules and the OCR board, so would be very happy to take on this student. I've time to take on 1-2 2hr sessions a week, plus marking, or more if required. Thanks.",
34
"contractor": {
45
"id": 47,

0 commit comments

Comments
 (0)