Replace multiorganization & multiuser tags with organizations & users
parent
0aaa2771d1
commit
3a01d46ce7
|
@ -2260,7 +2260,7 @@
|
||||||
},
|
},
|
||||||
"/organizations": {
|
"/organizations": {
|
||||||
"get": {
|
"get": {
|
||||||
"tags": ["organizations", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"summary": "Retrieve all organizations",
|
"summary": "Retrieve all organizations",
|
||||||
"description":
|
"description":
|
||||||
"Organizations are groups of users with various role-based access-control. They are created by SuperAdmins and managed by Admins.",
|
"Organizations are groups of users with various role-based access-control. They are created by SuperAdmins and managed by Admins.",
|
||||||
|
@ -2292,7 +2292,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"tags": ["organizations", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"summary": "Create new organization",
|
"summary": "Create new organization",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
@ -2349,7 +2349,7 @@
|
||||||
},
|
},
|
||||||
"/organizations/{id}": {
|
"/organizations/{id}": {
|
||||||
"get": {
|
"get": {
|
||||||
"tags": ["organizations", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "id",
|
"name": "id",
|
||||||
|
@ -2390,7 +2390,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"patch": {
|
"patch": {
|
||||||
"tags": ["organizations", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"summary": "Update existing organization",
|
"summary": "Update existing organization",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
@ -2452,7 +2452,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"tags": ["organizations", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"summary": "Delete organization",
|
"summary": "Delete organization",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
@ -2496,7 +2496,7 @@
|
||||||
},
|
},
|
||||||
"/users": {
|
"/users": {
|
||||||
"get": {
|
"get": {
|
||||||
"tags": ["users", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"summary":
|
"summary":
|
||||||
"Retrieve all Chronograf users within the current organization",
|
"Retrieve all Chronograf users within the current organization",
|
||||||
"description":
|
"description":
|
||||||
|
@ -2529,7 +2529,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"tags": ["users", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"summary": "Create new user",
|
"summary": "Create new user",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
@ -2591,7 +2591,7 @@
|
||||||
},
|
},
|
||||||
"/users/{id}": {
|
"/users/{id}": {
|
||||||
"get": {
|
"get": {
|
||||||
"tags": ["users", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "id",
|
"name": "id",
|
||||||
|
@ -2633,7 +2633,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"patch": {
|
"patch": {
|
||||||
"tags": ["users", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"summary": "Update existing user",
|
"summary": "Update existing user",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
@ -2707,7 +2707,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"tags": ["users", "multiorganization", "multiuser"],
|
"tags": ["organizations", "users"],
|
||||||
"summary": "Delete user",
|
"summary": "Delete user",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue