Skip to content

Commit 2c286ff

Browse files
committed
dan comments
1 parent 701e040 commit 2c286ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 the API key's Branch (True), or shared across all Branches (null).
55+
description: Indicates whether the Subject is custom to your Branch (True), or shared across all Branches (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 the API key's Branch (True), or shared across all Branches (null).
76+
description: Indicates whether the Qualification Level is custom to your Branch (True), or shared across all Branches (null).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Delete a Contractor Skill
22

3-
Deletes a Contractor Skill using its unique ID. Only Contractor Skills associated with the API key's Branch can be deleted. Attempts to delete a skill that belongs to a different Branch or references a Subject or Qualification Level hidden or restricted for the Branch will result in a `400 Bad Request` response. For more information about Branch-specific restrictions, see [Subject](#subjects) and [Qualification Level](#qual-levels).
3+
Deletes a Contractor Skill using its unique ID. Only Contractor Skills associated with your Branch can be deleted. Attempts to delete a skill that belongs to a different Branch or references a Subject or Qualification Level hidden or restricted for the Branch will result in a `400 Bad Request` response. For more information about Branch-specific restrictions, see [Subject](#subjects) and [Qualification Level](#qual-levels).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### List all Contractor Skills
2-
Returns a list of Contractor Skills, each representing a relationship between a Contractor and a combination of [Subject](#subjects) and [Qualification Level](#qual-levels). The results include only skills that are custom to the API key's Branch, exclude skills with hidden Subjects or Qualification Levels for the Branch, and include skills specifically added by the Contractor. If no skills match the filtering criteria, the response will return an empty results array. For more information about what "custom to branch" means, see [Subject](#subjects) and [Qualification Level](#qual-levels).
2+
Returns a list of Contractor Skills, each representing a relationship between a Contractor and a combination of [Subject](#subjects) and [Qualification Level](#qual-levels).
33

0 commit comments

Comments
 (0)