Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84524d0

Browse files
committed
fix: add doc comment
1 parent70f98a6 commit84524d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎site/src/api/api.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,9 @@ class ApiMethods {
600600
returnresponse.data;
601601
};
602602

603+
/**
604+
*@param organization Can be the organization's ID or name
605+
*/
603606
patchOrganizationRole=async(
604607
organization:string,
605608
role:TypesGen.Role,
@@ -612,6 +615,9 @@ class ApiMethods {
612615
returnresponse.data;
613616
};
614617

618+
/**
619+
*@param organization Can be the organization's ID or name
620+
*/
615621
deleteOrganizationRole=async(organization:string,roleName:string)=>{
616622
awaitthis.axios.delete(
617623
`/api/v2/organizations/${organization}/members/roles/${roleName}`,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp