Skip to content

Commit 66ffe63

Browse files
committed
henrys comment about duplication
1 parent ca8bd02 commit 66ffe63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/contractor-skills/contractor-skills-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
A Contractor Skills object represents the relationship between a Contractor and a Skill. A Skill is defined by a combination of a [Subject](#subjects) and a [Qualification Level](#qual-level). For example, a Skill might be "Mathematics (A Level)" where "Mathematics" is the Subject and "A Level" is the Qualification Level.
44

5-
When you retrieve a Contractor Skill, you'll get the full details of the Contractor, along with the associated Subject and Qualification Level information. This allows you to see not just which skills a Contractor has, but also the specific Qualification Levels for each subject they can teach.
5+
When you retrieve a Contractor Skill, you'll get the basic details of the Contractor, along with the associated Subject and Qualification Level information. This allows you to see not just which skills a Contractor has, but also the specific Qualification Levels for each subject they can teach.

pages/contractor-skills/contractor-skills-object.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ attributes:
5252
-
5353
name: custom_to_branch
5454
type: bool
55-
description: Indicates whether the Subject is custom to your Branch (True), or shared across all Branches (null).
55+
description: Indicates whether the Subject is custom to your Branch (True), or is a default subject (null).
5656
-
5757
name: qual_level
5858
type: object
@@ -73,4 +73,4 @@ attributes:
7373
-
7474
name: custom_to_branch
7575
type: bool
76-
description: Indicates whether the Qualification Level is custom to your Branch (True), or shared across all Branches (null).
76+
description: Indicates whether the Qualification Level is custom to your Branch (True), or is a default subject (null).

0 commit comments

Comments
 (0)