8000 Sync changes from upstream repository · Kvmmedia7/developer.github.com@2b45f9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b45f9b

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent ebdf58b commit 2b45f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/v3/orgs/teams.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If you attempt to add an organization to a team, you will get this:
138138

139139
<%= headers 422 %>
140140
<%=
141-
json :message => "Validation Failed",
141+
json :message => "Cannot add an organization as a member.",
142142
:errors => [{
143143
:code => "org",
144144
:field => :user,
@@ -151,7 +151,7 @@ one other team on the same organization, you will get this:
151151

152152
<%= headers 422 %>
153153
<%=
154-
json :message => "Validation Failed",
154+
json :message => "User isn't a member of this organization. Please invite them first.",
155155
:errors => [{
156156
:code => "unaffiliated",
157157
:field => :user,
@@ -252,7 +252,7 @@ If you attempt to add an organization to a team, you will get this:
252252

253253
<%= headers 422 %>
254254
<%=
255-
json :message => "Validation Failed",
255+
json :message => "Cannot add an organization as a member.",
256256
:errors => [{
257257
:code => "org",
258258
:field => :user,

0 commit comments

Comments
 (0)
0