---
|
|
post:
|
|
description: Update a group
|
|
parameters:
|
|
- name: olgroup
|
|
in: path
|
|
description: Original group name
|
|
required: true
|
|
schema:
|
|
type: string
|
|
requestBody:
|
|
required: true
|
|
content:
|
|
application/x-www-form-urlencoded:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
desc:
|
|
type: string
|
|
home:
|
|
type: string
|
|
userstracker:
|
|
type: integer
|
|
groupstracker:
|
|
type: integer
|
|
registrationUsersFieldIds:
|
|
type: string
|
|
userChoice:
|
|
$ref: schemas-TikiBoolean.yaml
|
|
defcat:
|
|
type: integer
|
|
theme:
|
|
type: string
|
|
expireAfter:
|
|
type: integer
|
|
emailPattern:
|
|
type: string
|
|
anniversary:
|
|
type: string
|
|
prorateInterval:
|
|
type: string
|
|
color:
|
|
type: string
|
|
isRole:
|
|
$ref: schemas-TikiBoolean.yaml
|
|
isTplGroup:
|
|
$ref: schemas-TikiBoolean.yaml
|
|
include_groups:
|
|
type: array
|
|
items:
|
|
type: string
|
|
responses:
|
|
'200':
|
|
description: update group response
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
feedback:
|
|
type: object
|
|
'403':
|
|
description: forbidden
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: schemas-Error.yaml
|