Skip to content

Commit 64cfc05

Browse files
committed
Rename
1 parent 616be6a commit 64cfc05

File tree

6 files changed

+38
-38
lines changed

6 files changed

+38
-38
lines changed

pages/api.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ endpoint_sections:
122122
title: Reviews
123123
id: reviews
124124
layout: /reviews/reviews.yml
125+
-
126+
title: Safeguarding/Wellbeing Concerns
127+
id: wellbeing-concerns
128+
layout: /wellbeing-concerns/wellbeing-concerns.yml
125129
-
126130
title: Services (Jobs)
127131
id: services
@@ -138,7 +142,3 @@ endpoint_sections:
138142
title: Tenders (Job Applications)
139143
id: tenders
140144
layout: /tenders/tenders.yml
141-
-
142-
title: Wellbeing Concerns
143-
id: wellbeing-concerns
144-
layout: /wellbeing-concerns/wellbeing-concerns.yml
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Get a Wellbeing Concern
1+
### Get a Safeguarding/Wellbeing Concern
22

3-
Returns the details of an existing Wellbeing Concern. You only need to specify the unique `id` of
4-
the Wellbeing Concern to get the correct details.
3+
Returns the details of an existing Safeguarding/Wellbeing Concern. You only need to specify the unique `id` of
4+
the Safeguarding/Wellbeing Concern to get the correct details.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### List all Wellbeing Concerns
1+
### List all Safeguarding/Wellbeing Concerns
22

3-
Returns a list of all your Wellbeing Concerns. The Wellbeing Concerns are sorted by id, with the largest `id` first.
3+
Returns a list of all your Safeguarding/Wellbeing Concerns. The Safeguarding/Wellbeing Concerns are sorted by id, with the largest `id` first.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Wellbeing Concern Object
1+
### Safeguarding/Wellbeing Concern Object
22

3-
Wellbeing Concern objects will contain information about wellbeing concerns that have been raised,
3+
Safeguarding/Wellbeing Concern objects will contain information about Safeguarding/Wellbeing Concerns that have been raised,
44
including information about the related users.

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,97 +2,97 @@ attributes:
22
-
33
name: id
44
type: integer
5-
description: Unique identifier for the Wellbeing Concern.
5+
description: Unique identifier for the Safeguarding/Wellbeing Concern.
66
-
77
name: display_name
88
type: string
9-
description: The display name for the Wellbeing Concern.
9+
description: The display name for the Safeguarding/Wellbeing Concern.
1010
-
1111
name: status
1212
type: string
13-
description: The status of the Wellbeing Concern.
13+
description: The status of the Safeguarding/Wellbeing Concern.
1414
-
1515
name: severity
1616
type: string
17-
description: The severity of the Wellbeing Concern.
17+
description: The severity of the Safeguarding/Wellbeing Concern.
1818
-
1919
name: dt_raised
2020
type: string
21-
description: The date the Wellbeing Concern was raised.
21+
description: The date the Safeguarding/Wellbeing Concern was raised.
2222
-
2323
name: dt_resolved
2424
type: string
25-
description: The date the Wellbeing Concern was resolved.
25+
description: The date the Safeguarding/Wellbeing Concern was resolved.
2626
-
2727
name: creator
2828
type: object
29-
description: The Creator of the Wellbeing Concern.
29+
description: The Creator of the Safeguarding/Wellbeing Concern.
3030
children:
3131
-
3232
name: id
3333
type: integer
34-
description: The ID of the Wellbeing Concern creator.
34+
description: The ID of the Safeguarding/Wellbeing Concern creator.
3535
-
3636
name: first_name
3737
type: string
38-
description: The first name of the Wellbeing Concern creator.
38+
description: The first name of the Safeguarding/Wellbeing Concern creator.
3939
-
4040
name: last_name
4141
type: string
42-
description: The last name of the Wellbeing Concern creator.
42+
description: The last name of the Safeguarding/Wellbeing Concern creator.
4343
-
4444
name: email
4545
type: string
46-
description: The email address of the Wellbeing Concern creator.
46+
description: The email address of the Safeguarding/Wellbeing Concern creator.
4747
-
4848
name: role_type
4949
type: string
50-
description: The role type of the Wellbeing Concern creator.
50+
description: The role type of the Safeguarding/Wellbeing Concern creator.
5151

5252
-
5353
name: service_recipient
5454
type: object
55-
description: The Student related to the Wellbeing Concern.
55+
description: The Student related to the Safeguarding/Wellbeing Concern.
5656
children:
5757
- name: id
5858
type: integer
59-
description: The ID of the student related to the Wellbeing Concern.
59+
description: The ID of the student related to the Safeguarding/Wellbeing Concern.
6060
- name: first_name
6161
type: string
62-
description: The first name of the student related to the Wellbeing Concern.
62+
description: The first name of the student related to the Safeguarding/Wellbeing Concern.
6363
- name: last_name
6464
type: string
65-
description: The last name of the student related to the Wellbeing Concern.
65+
description: The last name of the student related to the Safeguarding/Wellbeing Concern.
6666
- name: email
6767
type: string
68-
description: The email address of the student related to the Wellbeing Concern.
68+
description: The email address of the student related to the Safeguarding/Wellbeing Concern.
6969
- name: url
7070
type: string
7171
description: URL to the Student's object.
7272
-
7373
name: contractor
7474
type: object
75-
description: The Tutor related to the Wellbeing Concern.
75+
description: The Tutor related to the Safeguarding/Wellbeing Concern.
7676
children:
7777
- name: id
7878
type: integer
79-
description: The ID of the tutor related to the Wellbeing Concern.
79+
description: The ID of the tutor related to the Safeguarding/Wellbeing Concern.
8080
- name: first_name
8181
type: string
82-
description: The first name of the tutor related to the Wellbeing Concern.
82+
description: The first name of the tutor related to the Safeguarding/Wellbeing Concern.
8383
- name: last_name
8484
type: string
85-
description: The last name of the tutor related to the Wellbeing Concern.
85+
description: The last name of the tutor related to the Safeguarding/Wellbeing Concern.
8686
- name: email
8787
type: string
88-
description: The email address of the tutor related to the Wellbeing Concern.
88+
description: The email address of the tutor related to the Safeguarding/Wellbeing Concern.
8989
- name: url
9090
type: string
9191
description: URL to the Tutor's object.
9292
-
9393
name: service
9494
type: object
95-
description: The Service the Wellbeing Concern is related to.
95+
description: The Service the Safeguarding/Wellbeing Concern is related to.
9696
children:
9797
-
9898
name: id
@@ -130,7 +130,7 @@ attributes:
130130
-
131131
name: appointment
132132
type: object
133-
description: The Appointment related to the Wellbeing Concern.
133+
description: The Appointment related to the Safeguarding/Wellbeing Concern.
134134
children:
135135
- name: id
136136
type: integer

pages/wellbeing-concerns/wellbeing-concerns.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
sections:
22
-
3-
title: Wellbeing Concern Object
3+
title: Safeguarding/Wellbeing Concern Object
44
id: wellbeing-concern-object
55
description: /wellbeing-concerns/wellbeing-concern-object.md
66
attributes: /wellbeing-concerns/wellbeing-concern-object.yml
77
response: /wellbeing-concerns/get-a-wellbeing-concern.json
88
response_title: OBJECT
99
-
10-
title: List all Wellbeing Concerns
10+
title: List all Safeguarding/Wellbeing Concerns
1111
id: list-all-wellbeing-concerns
1212
description: /wellbeing-concerns/list-all-wellbeing-concerns.md
1313
code: /wellbeing-concerns/list-all-wellbeing-concerns.py
1414
code_type: GET
1515
code_url: /api/wellbeing_concerns/
1616
response: /wellbeing-concerns/list-all-wellbeing-concerns.json
1717
-
18-
title: Get a Wellbeing Concern
18+
title: Get a Safeguarding/Wellbeing Concern
1919
id: get-a-wellbeing-concern
2020
description: /wellbeing-concerns/get-a-wellbeing-concern.md
2121
code: /wellbeing-concerns/get-a-wellbeing-concern.py

0 commit comments

Comments
 (0)