PUT - /admin/groups/environments
General Information
Service | API | Method | Data Model | Workflow |
---|---|---|---|---|
urac | /admin/groups/environments | PUT | Groups |
Description
This API updates the environments of all the groups in groups array sent in the request body.
Input
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
environments | Body | YES | Array | Array of Strings | Group Environments | |||||||||||||||
groups | Body | YES | Object | Includes one of id or code arrays | Groups object | |||||||||||||||
One of the following should exist under the groups object:
|
Output
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS responseÂ
Valid Response
Invalid Response
Code | Description |
---|---|
400 | Business logic required data are missing |
602 | Model error: + %model_error% |