Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Org crud #102

Merged
merged 8 commits into from
Jan 6, 2020
Merged

Org crud #102

merged 8 commits into from
Jan 6, 2020

Conversation

dalehille
Copy link
Contributor

@dalehille dalehille commented Jan 6, 2020

POST /api/v2/orgs

{
  "name": "orgName",
  "orgAdminKey": "matches org_admin_key env variable"
}
/api/v2/orgs
/api/v2/orgs?name=org1
/api/v2/orgs?name=org1&name=org2
PUT /api/v2/orgs/:existingName

{
"name": "newOrgName",
"orgAdminKey": "abc123"
}
@dalehille dalehille merged commit ba6085e into master Jan 6, 2020
@dalehille dalehille deleted the org_crud branch January 6, 2020 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants