Skip to content

Commit 8bf2fa3

Browse files
chore(developer): update API docs (#510)
1 parent def0293 commit 8bf2fa3

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

src/assets/api/crowdin/file-based.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39545,6 +39545,10 @@ components:
3954539545
isDeveloper:
3954639546
type: boolean
3954739547
example: false
39548+
isAdmin:
39549+
description: 'Whether the user is an admin of the organization'
39550+
type: boolean
39551+
example: false
3954839552
managerOfGroup:
3954939553
properties:
3955039554
id:

src/assets/api/crowdin/string-based.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37834,6 +37834,10 @@ components:
3783437834
isDeveloper:
3783537835
type: boolean
3783637836
example: false
37837+
isAdmin:
37838+
description: 'Whether the user is an admin of the organization'
37839+
type: boolean
37840+
example: false
3783737841
managerOfGroup:
3783837842
properties:
3783937843
id:

src/assets/api/enterprise/file-based.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45883,6 +45883,10 @@ components:
4588345883
isDeveloper:
4588445884
type: boolean
4588545885
example: false
45886+
isAdmin:
45887+
description: 'Whether the user is an admin of the organization'
45888+
type: boolean
45889+
example: false
4588645890
managerOfGroup:
4588745891
properties:
4588845892
id:

src/assets/api/enterprise/string-based.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43942,6 +43942,10 @@ components:
4394243942
isDeveloper:
4394343943
type: boolean
4394443944
example: false
43945+
isAdmin:
43946+
description: 'Whether the user is an admin of the organization'
43947+
type: boolean
43948+
example: false
4394543949
managerOfGroup:
4394643950
properties:
4394743951
id:

0 commit comments

Comments
 (0)