Skip to content

Commit b7aa930

Browse files
committed
Changes to wellbeing concerns
1 parent b0f01ad commit b7aa930

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

pages/api.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ endpoint_sections:
122122
title: Reviews
123123
id: reviews
124124
layout: /reviews/reviews.yml
125-
-
126-
title: Wellbeing Concerns
127-
id: wellbeing-concerns
128-
layout: /wellbeing-concerns/wellbeing-concerns.yml
129125
-
130126
title: Services (Jobs)
131127
id: services
@@ -142,3 +138,7 @@ endpoint_sections:
142138
title: Tenders (Job Applications)
143139
id: tenders
144140
layout: /tenders/tenders.yml
141+
-
142+
title: Wellbeing Concerns
143+
id: wellbeing-concerns
144+
layout: /wellbeing-concerns/wellbeing-concerns.yml

pages/wellbeing-concerns/get-a-wellbeing-concern.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"id": 58,
1010
"first_name": "Diana",
1111
"last_name": "Lafayette",
12-
"email": "[email protected]"
12+
"email": "[email protected]",
13+
"role_type": "Tutor"
1314
},
14-
"creator_role_type": "Tutor",
1515
"service_recipient": {
1616
"id": 10,
1717
"first_name": "Archie",

pages/wellbeing-concerns/wellbeing-concern-object.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ attributes:
4444
name: email
4545
type: string
4646
description: The email address of the Wellbeing Concern creator.
47-
-
48-
name: creator_role_type
49-
type: string
50-
description: The role type of the Wellbeing Concern creator.
47+
-
48+
name: role_type
49+
type: string
50+
description: The role type of the Wellbeing Concern creator.
51+
5152
-
5253
name: service_recipient
5354
type: object

0 commit comments

Comments
 (0)