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 Nov 1, 2017. It is now read-only.

Commit77213f5

Browse files
committed
Merge pull request#638 from github/2.3-updates
Minor updates for Ent 2.3 docs
2 parents978e0ef +dab42c1 commit77213f5

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

‎content/v3/enterprise/orgs.md‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ http(s)://<em>hostname</em>/api/v3
2323

2424
Name | Type | Description
2525
-----|------|--------------
26-
`login`|`string` | The organization's username
27-
`profile_name`|`string` | The organization's display name
28-
`admin`|`string`| The login of the user who will manage this organization
29-
26+
`login`|`string` |**Required.** The organization's username.
27+
`admin`|`string`|**Required.** The login of the user who will manage this organization.
28+
`profile_name`|`string` | The organization's display name.
3029
####Example
3130

3231
<%= json\

‎content/v3/users/administration.md‎

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ http(s)://<em>hostname</em>/api/v3
2323

2424
Name | Type | Description
2525
-----|------|--------------
26-
`login`|`string` |**Required.** The user's username
27-
`email`|`string` |**Required.** The user's email address
26+
`login`|`string` |**Required.** The user's username.
27+
`email`|`string` |**Required.** The user's email address.
2828

2929
####Example
3030

@@ -46,7 +46,7 @@ Name | Type | Description
4646

4747
Name | Type | Description
4848
-----|------|--------------
49-
`login`|`string` |**Required.** The user's new username
49+
`login`|`string` |**Required.** The user's new username.
5050

5151
####Example
5252

@@ -70,7 +70,7 @@ Name | Type | Description
7070

7171
Name | Type | Description
7272
---- | ---- | -------------
73-
`scopes`|`array` | A list of[scopes](/v3/oauth/#scopes)
73+
`scopes`|`array` | A list of[scopes](/v3/oauth/#scopes).
7474

7575
###Response
7676

@@ -81,6 +81,10 @@ Name | Type | Description
8181

8282
DELETE /admin/users/:user_id/authorizations
8383

84+
###Response
85+
86+
<%= headers 204 %>
87+
8488
##Promote an ordinary user to a site administrator
8589

8690
PUT /users/:username/site_admin

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp