Skip to content

Commit

Permalink
feat: add User language functions to API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski committed Jan 10, 2025
1 parent 0e299a6 commit 198a722
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,24 @@
}
],
"returnType": "void"
},
{
"name": "setLanguage",
"isAsync": false,
"args": [
{
"name": "language",
"type": "string",
"optional": false
}
],
"returnType": "void"
},
{
"name": "getLanguage",
"isAsync": false,
"args": [],
"returnType": "string"
}
],
"properties": [
Expand Down

0 comments on commit 198a722

Please sign in to comment.