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
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit48425bf

Browse files
greyscaledcmoog
andauthored
Fixup godoc wording
Co-authored-by: Charles Moog <moogcharlie@gmail.com>
1 parent58c58a8 commit48425bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coder-sdk/users.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (c Client) UpdateUser(ctx context.Context, userID string, req UpdateUserReq
114114
returnc.requestBody(ctx,http.MethodPatch,"/api/private/users/"+userID,req,nil)
115115
}
116116

117-
// UpdateUXStateupdates the authenticated user's UX State.
117+
// UpdateUXStateapplies a partial update of the user's UX State.
118118
func (cClient)UpdateUXState(ctx context.Context,userIDstring,uxsPartialmap[string]interface{})error {
119119
iferr:=c.requestBody(ctx,http.MethodPut,"/api/private/users/"+userID+"/ux-state",uxsPartial,nil);err!=nil {
120120
returnerr

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp