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.

Sync changes from upstream repository#678

Merged
hubot merged 1 commit intomasterfromupdate-1420669763
Jan 7, 2015
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
---
kind: change
title: Prepare for upcoming organization permissions changes
created_at: 2015-01-07
author_name: jakeboxer
---

Last month, we [released a preview][org-permissions-preview] of several API changes related to managing organization members and repositories. Today, we're finalizing these changes. This new functionality is now stable and suitable for production use. If your application relies on any of the affected functionality (described below), be sure to **update your code before February 24** to account for these changes.

### Breaking changes coming on February 24

If your application uses any of the following APIs, then you are affected by this change:

- APIs for managing your organization's admins through the Owners team
- The [List your repositories][list-your-repos] API
- The [List your organizations][list-your-organizations] API
- The [List user organizations][list-user-organizations] API

If your application uses these APIs, we urge you to update your application as soon as possible. (Read [last month's announcement][org-permissions-preview] for more details on the changes.)

Starting today, we're offering a migration period allowing applications to opt in to these changes (as described below). On February 24, these changes will become official parts of the GitHub API v3. At that time, these changes will apply to all API consumers.

### Migration period

During the migration period, you can opt-in to these changes using the following custom media type in the `Accept` header:

application/vnd.github.moondragon+json

We want to make these updates as smooth as possible for everyone, and we hope that the migration period gives you flexibility to adopt these changes on your own schedule. If you have any questions or feedback, please [get in touch with us][contact]!

[org-permissions-preview]: /changes/2014-12-08-organization-permissions-api-preview/
[list-your-repos]: /v3/repos/#list-your-repositories
[list-user-organizations]: /v3/orgs/#list-user-organizations
[list-your-organizations]: /v3/orgs/#list-your-organizations
[contact]: https://github.com/contact?form[subject]=Organization+Permissions+API
16 changes: 6 additions & 10 deletionscontent/v3/orgs.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,14 +19,12 @@ With the new Organization Permissions API (described below), this method will on

<div class="alert">
<p>
The Organization Permissions API is currently available for developers to preview.
During the preview period, the API may change without notice.
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. This functionality will apply to all API consumers beginning February 24, 2015. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
</p>

<p>
To access the API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon-preview+json</pre>
To access the API during themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon+json</pre>
</p>
</div>

Expand All@@ -47,14 +45,12 @@ With the new Organization Permissions API (described below), this method will on

<div class="alert">
<p>
The Organization Permissions API is currently available for developers to preview.
During the preview period, the API may change without notice.
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. This functionality will apply to all API consumers beginning February 24, 2015. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
</p>

<p>
To access the API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon-preview+json</pre>
To access the API during themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon+json</pre>
</p>
</div>

Expand Down
32 changes: 12 additions & 20 deletionscontent/v3/orgs/members.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,14 +27,12 @@ Name | Type | Description

<div class="alert">
<p>
The Organization Permissions API is currently available for developers to preview.
During the preview period, the API may change without notice.
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. This functionality will apply to all API consumers beginning February 24, 2015. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
</p>

<p>
To access the API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon-preview+json</pre>
To access the API during themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon+json</pre>
</p>
</div>

Expand DownExpand Up@@ -134,14 +132,12 @@ The user can publicize their own membership.

<div class="alert">
<p>
The Organization Permissions API is currently available for developers to preview.
During the preview period, the API may change without notice.
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
</p>

<p>
To accessthe API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon-preview+json</pre>
To accessthis APImethodduring themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon+json</pre>
</p>
</div>

Expand All@@ -168,14 +164,12 @@ In order to get a user's membership with an organization, the authenticated user

<div class="alert">
<p>
The Organization Permissions API is currently available for developers to preview.
During the preview period, the API may change without notice.
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
</p>

<p>
To accessthe API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon-preview+json</pre>
To accessthis APImethodduring themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon+json</pre>
</p>
</div>

Expand DownExpand Up@@ -203,14 +197,12 @@ Name | Type | Description

<div class="alert">
<p>
The Organization Permissions API is currently available for developers to preview.
During the preview period, the API may change without notice.
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
</p>

<p>
To accessthe API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon-preview+json</pre>
To accessthis APImethodduring themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon+json</pre>
</p>
</div>

Expand Down
8 changes: 3 additions & 5 deletionscontent/v3/repos.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,14 +24,12 @@ list the authenticated user's organization-owned repositories.

<div class="alert">
<p>
The Organization Permissions API is currently available for developers to preview.
During the preview period, the API may change without notice.
Please see the <a href="/changes/2014-12-08-organization-permissions-api-preview/">blog post</a> for full details.
We're currently offering a migration period allowing applications to opt in to the Organization Permissions API. This functionality will apply to all API consumers beginning February 24, 2015. Please see the <a href="/changes/2015-01-07-prepare-for-organization-permissions-changes/">blog post</a> for full details.
</p>

<p>
To access the API during thepreview period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon-preview+json</pre>
To access the API during themigration period, you must provide a custom <a href="/v3/media">media type</a> in the <code>Accept</code> header:
<pre>application/vnd.github.moondragon+json</pre>
</p>
</div>

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp