Skip to content

Commit fb1c80f

Browse files
committed
henrys comment
1 parent de4deea commit fb1c80f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### List all Qualification Levels
22

3-
Returns all Qualification Levels, sorted by `id` in descending order (highest first). Includes Qualification Levels associated with the API key's Branch, as well as unassigned Qualification Levels (`custom_to_branch` = null). Qualification Levels linked to other Branches or marked as hidden for the API key's Branch are excluded.
3+
Returns all Qualification Levels, sorted by `id` in descending order (highest first). Includes Qualification Levels associated with your Branch, as well as unassigned Qualification Levels (`custom_to_branch` = null).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Qualification Level Object
22

3-
The Qualification Level object contains the `id`, `name`, `ranking`, and `custom_to_branch` for qualifications associated with the API key's Branch on your TutorCruncher account.
3+
The Qualification Level object contains the `id`, `name`, `ranking`, and `custom_to_branch` for qualifications associated with the Branch on your TutorCruncher account.

pages/qual-levels/qual-level-object.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ attributes:
1414
-
1515
name: custom_to_branch
1616
type: bool
17-
description: Indicates whether the Qualification Level is specific to the your Branch (True), or shared across all Branches (null).
17+
description: Indicates whether the Qualification Level is specific to the your Branch (True), or is a default subject (null).

0 commit comments

Comments
 (0)