Skip to content

Commit c37ed6c

Browse files
committed
updated doc strings
1 parent 63e048a commit c37ed6c

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
{
2-
"id": 24,
3-
"name": "A Level",
4-
"ranking": 20.0,
5-
"custom_to_branch": true
6-
}
1+
### Create a Qualification Level
2+
3+
Creates a new Qualification Level with the given `name` and `ranking`, linked to the API key's Branch (`custom_to_branch`=True).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
### Delete a Qualification Level
2-
Deletes a Qualification Level created by the API key's Branch (custom_to_branch=True). Only the Qualification Level's unique id is required in the URL. Qualification Levels not created by the API key's Branch cannot be deleted.
2+
Deletes a Qualification Level created by the API key's Branch (`custom_to_branch`=True). Only the Qualification Level's unique id is required in the URL. Qualification Levels not created by the API key's Branch cannot be deleted.
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 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.

0 commit comments

Comments
 (0)