Skip to content

Commit e6761a6

Browse files
committed
dan comments
1 parent 4432b49 commit e6761a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pages/subjects/create-a-subject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Create a Subject
2-
Creates a new Subject with the given `name` and `category`, linked to the API key's Branch (`custom_to_branch`=True).
2+
Creates a new Subject with the given `name` and `category`, linked to your Branch.
33

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

3-
Returns all Subjects, sorted by `id` in descending order (highest first). Includes Subjects associated with the API key's Branch, as well as unassigned Subjects (`custom_to_branch` = null). Subjects linked to other Branches or marked as hidden for the API key's Branch are excluded.
3+
Returns all Subjects, sorted by `id` in descending order (highest first). Includes Subjects associated with your Branch, as well as unassigned Subjects (`custom_to_branch` = null).

pages/subjects/subject-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Subject Object
22

3-
The Subject object contains the `id`, `name`, `category_id`, `category_name`, and `custom_to_branch` for Subjects associated with the API key's Branch on your TutorCruncher account.
3+
The Subject object contains the `id`, `name`, `category_id`, `category_name`, and `custom_to_branch` for Subjects associated with your Branch on your TutorCruncher account.

pages/subjects/subject-object.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ attributes:
1818
-
1919
name: custom_to_branch
2020
type: bool
21-
description: Indicates whether the Subject is specific to the API key's Branch (True), or shared across all Branches (null).
21+
description: Indicates whether the Subject is specific to your Branch (True), or shared across all Branches (null).
2222

0 commit comments

Comments
 (0)