|
@@ -43,8 +43,6 @@ module.exports = (crowi) => {
|
|
|
* get:
|
|
* get:
|
|
|
* tags: [UserGroup]
|
|
* tags: [UserGroup]
|
|
|
* description: Get usergroups
|
|
* description: Get usergroups
|
|
|
- * produces:
|
|
|
|
|
- * - application/json
|
|
|
|
|
* responses:
|
|
* responses:
|
|
|
* 200:
|
|
* 200:
|
|
|
* description: usergroups are fetched
|
|
* description: usergroups are fetched
|
|
@@ -83,8 +81,6 @@ module.exports = (crowi) => {
|
|
|
* post:
|
|
* post:
|
|
|
* tags: [UserGroup]
|
|
* tags: [UserGroup]
|
|
|
* description: Adds userGroup
|
|
* description: Adds userGroup
|
|
|
- * produces:
|
|
|
|
|
- * - application/json
|
|
|
|
|
* requestBody:
|
|
* requestBody:
|
|
|
* required: true
|
|
* required: true
|
|
|
* content:
|
|
* content:
|
|
@@ -135,8 +131,6 @@ module.exports = (crowi) => {
|
|
|
* delete:
|
|
* delete:
|
|
|
* tags: [UserGroup]
|
|
* tags: [UserGroup]
|
|
|
* description: Deletes userGroup
|
|
* description: Deletes userGroup
|
|
|
- * produces:
|
|
|
|
|
- * - application/json
|
|
|
|
|
* parameters:
|
|
* parameters:
|
|
|
* - name: deleteGroupId
|
|
* - name: deleteGroupId
|
|
|
* in: path
|
|
* in: path
|
|
@@ -196,8 +190,6 @@ module.exports = (crowi) => {
|
|
|
* put:
|
|
* put:
|
|
|
* tags: [UserGroup]
|
|
* tags: [UserGroup]
|
|
|
* description: Update userGroup
|
|
* description: Update userGroup
|
|
|
- * produces:
|
|
|
|
|
- * - application/json
|
|
|
|
|
* parameters:
|
|
* parameters:
|
|
|
* - name: id
|
|
* - name: id
|
|
|
* in: path
|
|
* in: path
|
|
@@ -253,8 +245,6 @@ module.exports = (crowi) => {
|
|
|
* get:
|
|
* get:
|
|
|
* tags: [UserGroup]
|
|
* tags: [UserGroup]
|
|
|
* description: Get users related to the userGroup
|
|
* description: Get users related to the userGroup
|
|
|
- * produces:
|
|
|
|
|
- * - application/json
|
|
|
|
|
* parameters:
|
|
* parameters:
|
|
|
* - name: id
|
|
* - name: id
|
|
|
* in: path
|
|
* in: path
|
|
@@ -302,8 +292,6 @@ module.exports = (crowi) => {
|
|
|
* get:
|
|
* get:
|
|
|
* tags: [UserGroup]
|
|
* tags: [UserGroup]
|
|
|
* description: Get users unrelated to the userGroup
|
|
* description: Get users unrelated to the userGroup
|
|
|
- * produces:
|
|
|
|
|
- * - application/json
|
|
|
|
|
* parameters:
|
|
* parameters:
|
|
|
* - name: id
|
|
* - name: id
|
|
|
* in: path
|
|
* in: path
|
|
@@ -352,8 +340,6 @@ module.exports = (crowi) => {
|
|
|
* post:
|
|
* post:
|
|
|
* tags: [UserGroup]
|
|
* tags: [UserGroup]
|
|
|
* description: Add a user to the userGroup
|
|
* description: Add a user to the userGroup
|
|
|
- * produces:
|
|
|
|
|
- * - application/json
|
|
|
|
|
* parameters:
|
|
* parameters:
|
|
|
* - name: id
|
|
* - name: id
|
|
|
* in: path
|
|
* in: path
|