From 67f71e4dc6788de1955cc7e99ff7434290030341 Mon Sep 17 00:00:00 2001 From: maddin2016 Date: Mon, 6 Jun 2016 15:07:45 +0200 Subject: [PATCH] add accept header for organization permissions --- Octokit/Helpers/AcceptHeaders.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Octokit/Helpers/AcceptHeaders.cs b/Octokit/Helpers/AcceptHeaders.cs index 3d448fb7..7e158e82 100644 --- a/Octokit/Helpers/AcceptHeaders.cs +++ b/Octokit/Helpers/AcceptHeaders.cs @@ -21,5 +21,7 @@ public const string SquashCommitPreview = "application/vnd.github.polaris-preview+json"; public const string MigrationsApiPreview = " application/vnd.github.wyandotte-preview+json"; + + public const string OrganizationPermissionsPreview = "application/vnd.github.ironman-preview+json"; } }