You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blueprint/api.apib
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -507,13 +507,11 @@ Note that a Github Repo relates 1:1 to a Github App Installation, since only a s
507
507
508
508
This endpoint is for Creating, Updating, returning Organization Invites on Code Corps.
509
509
510
-
`fulfilled` field may only change from false to true.
511
-
512
510
##Organization Invites [/organization-invites]
513
511
514
512
### Create an organization invite [POST]
515
513
516
-
Admin creates new organization invites which contains `email` and `title`. A `code` is automatically generated on creation and `fulfilled` is set to false.
514
+
Admin creates new organization invites which contains `email` and `title`. A `code` is automatically generated on creation.
517
515
518
516
On successful creation an email is sent to the given `email` address.
519
517
@@ -614,7 +612,7 @@ On successful creation an email is sent to the given `email` address.
614
612
615
613
This endpoint retrieves Organizations on Code Corps. Organizations usually have one or more Projects.
616
614
617
-
Until the Code Corps platform is open to new organizations, only admin users can create new organizations.
615
+
A valid `invite_code` parameter is required to create an Organization. Without this parameter, only admin users are allowed to create new organizations.
618
616
619
617
## Organizations [/organizations]
620
618
@@ -626,6 +624,7 @@ Until the Code Corps platform is open to new organizations, only admin users can
0 commit comments