Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

Workflow: Edit Group Flow

Input

...

Type: application/json
NameSourceMandatoryTypeSpecial FormatDescription
gIdQueryYESStringN/AThe Group ID
nameBodyYESStringN/A
descriptionBodyYESStringN/A



NameSourceMandatoryTypeSpecial FormatDescription
gIdQueryYESStringN/AThe Group ID
nameBodyYESStringN/A
descriptionBodyYESStringN/A
configBodyYESObjectN/A

allowedPackages
YESObjectN/A


^([A-Za-z0-9]+)$
YESArray of strings

Then keys should follow the pattern : 
^([A-Za-z0-9]+)$

The key is the product code.
The strings inside the array are the package codes.


allowedEnvironments
NOObjectN/A


^([A-Za-z]+)$
NOObjectN/AThe environment code with empty object for now 

...