General Information
...
Service | API | Method | Data Model | Workflow | Group |
---|---|---|---|---|---|
multitenant | /product/acl/scope/acl/api | PUT | N/A | Product |
Description
Update the ACL of a specific api in the product scope
Input
...
Code Block |
---|
Type: application/json |
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
productCode | Query, Body | YES | String | The product code | |
env | Query, Body | YES | Object | Environment code | |
acl | Body | YES | Array of Object | N/A |
ACL Example
|
Output
...
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
Valid Response
|
Invalid Response
|
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
...
Code | Description | ||
---|---|---|---|
| Business logic required data are missing | ||
| Unable to find products | ||
| Unable to find package | ||
| This record is locked. You cannot modify or delete it | ||
| Model error: + %model_error% |
...