Clarify copy in Organizations descriptions

pull/10616/head
Jared Scheib 2017-12-21 11:51:53 -08:00
parent f969d011bc
commit 937bc6f931
1 changed files with 3 additions and 3 deletions

View File

@ -2386,7 +2386,7 @@
"multiuser"
],
"summary": "Retrieve all organizations",
"description": "Organizations allow for groups of users with various role-based access-control. They are created by SuperAdmins and managed by Admins.",
"description": "Organizations are groups of users with various role-based access-control. They are created by SuperAdmins and managed by Admins.",
"responses": {
"200": {
"description": "An object with links and an array of organizations",
@ -2489,7 +2489,7 @@
}
],
"summary": "Retrieve a specific organization",
"description": "Organizations allow for groups of users with various role-based access-control. They are created by SuperAdmins and managed by Admins.",
"description": "Organizations are groups of users with various role-based access-control. They are created by SuperAdmins and managed by Admins.",
"responses": {
"200": {
"description": "An Organization object",
@ -4716,4 +4716,4 @@
}
}
}
}
}